Shades of Cosmic Latte #DAFCE6
Tints of Cosmic Latte #DAFCE6
RGB
CMYK
RGB Variations
Color information
#DAFCE6 (or 0xDAFCE6) is known color: Cosmic Latte. HEX triplet: DA, FC and E6. RGB value is (218,252,230). Sum of RGB (Red+Green+Blue) = 218+252+230=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 230 (90.23% from 255 or 32.86% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCE6 is #250319. Grayscale: #EFEFEF. Windows color (decimal): -2425626 or 15138010. OLE color: 15138010.
HSL color Cylindrical-coordinate representation of color #DAFCE6: hue angle of 141.18º 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 #DAFCE6 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 252 | 230 | - |
CMYK | 0.13 | 0 | 0.09 | 0.01 |
HSL | 141.18º | 0.85% | 0.92% | - |
HSV(B) | 141.18º | 0.13% | 0.99% | - |
XYZ | 78.01 | 90.24 | 88.17 | - |
YUV | 239.33 | 122.74 | 112.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 252 | 230 | 0.13 | 0 | 0.09 | 0.01 | 141.18 | 0.85 | 0.92 |
Hex | DA | FC | E6 | D | 0 | 9 | 1 | 8D | 55 | 5C |
Octal | 332 | 374 | 346 | 15 | 0 | 11 | 1 | 215 | 125 | 134 |
Binary | 11011010 | 11111100 | 11100110 | 1101 | 0 | 1001 | 1 | 10001101 | 1010101 | 1011100 |
Color Harmonies of #DAFCE6
Complementary color
Monochromatic Colors of #DAFCE6
Black with #DAFCE6
Text Example
Text Example
White with #DAFCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFCE6; }
p { color: rgb(218,252,230); }
H1.HeaderClassName
{
color: #DAFCE6;
}
.AnyTagClassName
{
color: #DAFCE6;
}
</style>
background-color css
<style>
a { background-color: #DAFCE6; }
a { background-color: rgb(218,252,230); }
div.DivClassName
{
background-color: #DAFCE6;
}
.BgClassName
{
background-color: #DAFCE6;
}
</style>
border-color css
<style>
span { border-color: #DAFCE6; }
span { border-color: rgb(218,252,230); }
td.TdClassName
{
border-color: #DAFCE6;
}
.TagClassName
{
border-color: #DAFCE6;
}
</style>