Html Css Color HEX #DAFFE2 Cosmic Latte

📋 copy color: '#DAFFE2'

red 218 ◦ green 255 ◦ blue 226

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

Shades of Cosmic Latte #DAFFE2

Tints of Cosmic Latte #DAFFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 32.33%

R = 31.19%
G = 36.48%
B = 32.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0

RGB Variations

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

Color information

#DAFFE2 (or 0xDAFFE2) is known color: Cosmic Latte. HEX triplet: DA, FF and E2. RGB value is (218,255,226). Sum of RGB (Red+Green+Blue) = 218+255+226=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 226 (88.67% from 255 or 32.33% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFE2 is #25001D. Grayscale: #F0F0F0. Windows color (decimal): -2424862 or 14876634. OLE color: 14876634.

HSL color Cylindrical-coordinate representation of color #DAFFE2: hue angle of 132.97º 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 #DAFFE2 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB 218 255 226 -
CMYK 0.15 0 0.11 0
HSL 132.97º 1% 0.93% -
HSV(B) 132.97º 0.15% 1% -
XYZ 78.4 91.92 85.56 -
YUV 240.63 119.74 111.86 -
System Red Green Blue C M Y K H S L
Decimal 218 255 226 0.15 0 0.11 0 132.97 1 0.93
Hex DA FF E2 F 0 B 0 85 64 5D
Octal 332 377 342 17 0 13 0 205 144 135
Binary 11011010 11111111 11100010 1111 0 1011 0 10000101 1100100 1011101

Color Harmonies of #DAFFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFE2

Black with #DAFFE2

Text Example


Text Example

White with #DAFFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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