Html Css Color HEX #DAFFEB Cosmic Latte

📋 copy color: '#DAFFEB'

red 218 ◦ green 255 ◦ blue 235

#DAFFEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic Latte #DAFFEB

Tints of Cosmic Latte #DAFFEB

RGB

 RED value IS 218 (85.55% from 255) = 30.79%

 GREEN value IS 255 (100% from 255) = 36.02%

 BLUE value IS 235 (92.19% from 255) = 33.19%

R = 30.79%
G = 36.02%
B = 33.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAFFEB (or 0xDAFFEB) is known color: Cosmic Latte. HEX triplet: DA, FF and EB. RGB value is (218,255,235). Sum of RGB (Red+Green+Blue) = 218+255+235=708 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.79% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 235 (92.19% from 255 or 33.19% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFEB is #250014. Grayscale: #F1F1F1. Windows color (decimal): -2424853 or 15466458. OLE color: 15466458.

HSL color Cylindrical-coordinate representation of color #DAFFEB: hue angle of 147.57º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFEB is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 235 -
CMYK 0.15 0 0.08 0
HSL 147.57º 1% 0.93% -
HSV(B) 147.57º 0.15% 1% -
XYZ 79.67 92.42 92.24 -
YUV 241.66 124.24 111.13 -
System Red Green Blue C M Y K H S L
Decimal 218 255 235 0.15 0 0.08 0 147.57 1 0.93
Hex DA FF EB F 0 8 0 94 64 5D
Octal 332 377 353 17 0 10 0 224 144 135
Binary 11011010 11111111 11101011 1111 0 1000 0 10010100 1100100 1011101

Color Harmonies of #DAFFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFEB

Black with #DAFFEB

Text Example


Text Example

White with #DAFFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFEB; }

 p { color: rgb(218,255,235); }

 H1.HeaderClassName
 {
   color: #DAFFEB;
 }
 .AnyTagClassName
 {
   color: #DAFFEB;
 }
</style>

background-color css

<style>
 a { background-color: #DAFFEB; }

 a { background-color: rgb(218,255,235); }

 div.DivClassName
 {
   background-color: #DAFFEB;
 }
 .BgClassName
 {
   background-color: #DAFFEB;
 }
</style>

border-color css

<style>
 span { border-color: #DAFFEB; }

 span { border-color: rgb(218,255,235); }

 td.TdClassName
 {
   border-color: #DAFFEB;
 }
 .TagClassName
 {
   border-color: #DAFFEB;
 }
</style>