#DAFEE8

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

Shades of Cosmic Latte #DAFEE8

Tints of Cosmic Latte #DAFEE8

Color information

#DAFEE8 (or 0xDAFEE8) is unknown color: approx Cosmic Latte. HEX triplet: DA, FE and E8. RGB value is (218,254,232). Sum of RGB (Red+Green+Blue) = 218+254+232=704 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.97% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEE8 is #250117. Grayscale: #F0F0F0. Windows color (decimal): -2425112 or 15269594. OLE color: 15269594.

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

Color convert

RGB218254232-
CMYK0.1400.090.00
HSL143.33º94.74%92.55%-
HSV(B)143.33º14.17%99.61%-
XYZ78.9291.6289.87-
YUV240.73123.07111.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.97%
GREEN value IS 254 (99.61% from 255) = 36.08%
BLUE value IS 232 (91.02% from 255) = 32.95%
R=30.97%
G=36.08%
B=32.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542320.1400.090.00143.3394.7492.55
HexDAFEE8E0908f5f5d
Octal332376350160110217137135
Binary11011010111111101110100011100100101000111110111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEE8; }

 p { color: rgb(218,254,232); }

 H1.HeaderClassName
 {
   color: #DAFEE8;
 }
 .AnyTagClassName
 {
   color: #DAFEE8;
 }
</style>
background-color css

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

 a { background-color: rgb(218,254,232); }

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

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

 span { border-color: rgb(218,254,232); }

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