Shades of Cosmic Latte #DAFCE9
Tints of Cosmic Latte #DAFCE9
RGB
CMYK
RGB Variations
Color information
#DAFCE9 (or 0xDAFCE9) is known color: Cosmic Latte. HEX triplet: DA, FC and E9. RGB value is (218,252,233). Sum of RGB (Red+Green+Blue) = 218+252+233=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCE9 is #250316. Grayscale: #EFEFEF. Windows color (decimal): -2425623 or 15334618. OLE color: 15334618.
HSL color Cylindrical-coordinate representation of color #DAFCE9: hue angle of 146.47º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCE9 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 233 | - |
CMYK | 0.13 | 0 | 0.08 | 0.01 |
HSL | 146.47º | 0.85% | 0.92% | - |
HSV(B) | 146.47º | 0.13% | 0.99% | - |
XYZ | 78.43 | 90.41 | 90.41 | - |
YUV | 239.67 | 124.24 | 112.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 233 | 0.13 | 0 | 0.08 | 0.01 | 146.47 | 0.85 | 0.92 |
Hex | DA | FC | E9 | D | 0 | 8 | 1 | 92 | 55 | 5C |
Octal | 332 | 374 | 351 | 15 | 0 | 10 | 1 | 222 | 125 | 134 |
Binary | 11011010 | 11111100 | 11101001 | 1101 | 0 | 1000 | 1 | 10010010 | 1010101 | 1011100 |
Color Harmonies of #DAFCE9
Complementary color
Monochromatic Colors of #DAFCE9
Black with #DAFCE9
Text Example
Text Example
White with #DAFCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCE9; }
p { color: rgb(218,252,233); }
H1.HeaderClassName
{
color: #DAFCE9;
}
.AnyTagClassName
{
color: #DAFCE9;
}
</style>
background-color css
<style>
a { background-color: #DAFCE9; }
a { background-color: rgb(218,252,233); }
div.DivClassName
{
background-color: #DAFCE9;
}
.BgClassName
{
background-color: #DAFCE9;
}
</style>
border-color css
<style>
span { border-color: #DAFCE9; }
span { border-color: rgb(218,252,233); }
td.TdClassName
{
border-color: #DAFCE9;
}
.TagClassName
{
border-color: #DAFCE9;
}
</style>