#DAFFE9

Color #DAFFE9 Cosmic Latte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic Latte #DAFFE9

Tints of Cosmic Latte #DAFFE9

Color information

#DAFFE9 (or 0xDAFFE9) is unknown color: approx 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

RGB218255233-
CMYK0.1500.090
HSL144.32º100%92.75%-
HSV(B)144.32º14.51%100%-
XYZ79.3892.3190.72-
YUV241.43123.24111.29-

RGB Variations

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

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.00%
R=30.88%
G=36.12%
B=33.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552330.1500.090144.3210092.75
HexDAFFE9F09090645d
Octal332377351170110220144135
Binary11011010111111111110100111110100101001000011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>