Html Css Color HEX #DAFFE9 Cosmic Latte

📋 copy color: '#DAFFE9'

red 218 ◦ green 255 ◦ blue 233

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

Shades of Cosmic Latte #DAFFE9

Tints of Cosmic Latte #DAFFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 33%

R = 30.88%
G = 36.12%
B = 33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#DAFFE9 (or 0xDAFFE9) is known color: Cosmic Latte. HEX triplet: DA, FF and E9. RGB value is (218,255,233). Sum of RGB (Red+Green+Blue) = 218+255+233=706 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.88% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 233 (91.41% from 255 or 33.00% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFFE9 is #250016. Grayscale: #F1F1F1. Windows color (decimal): -2424855 or 15335386. OLE color: 15335386.

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

Color convert

RGB 218 255 233 -
CMYK 0.15 0 0.09 0
HSL 144.32º 1% 0.93% -
HSV(B) 144.32º 0.15% 1% -
XYZ 79.38 92.31 90.72 -
YUV 241.43 123.24 111.29 -
System Red Green Blue C M Y K H S L
Decimal 218 255 233 0.15 0 0.09 0 144.32 1 0.93
Hex DA FF E9 F 0 9 0 90 64 5D
Octal 332 377 351 17 0 11 0 220 144 135
Binary 11011010 11111111 11101001 1111 0 1001 0 10010000 1100100 1011101

Color Harmonies of #DAFFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFFE9

Black with #DAFFE9

Text Example


Text Example

White with #DAFFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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