Shades of Cosmic Latte #DCFEE8
Tints of Cosmic Latte #DCFEE8
RGB
CMYK
RGB Variations
Color information
#DCFEE8 (or 0xDCFEE8) is known color: Cosmic Latte. HEX triplet: DC, FE and E8. RGB value is (220,254,232). Sum of RGB (Red+Green+Blue) = 220+254+232=706 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.16% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFEE8 is #230117. Grayscale: #F1F1F1. Windows color (decimal): -2294040 or 15269596. OLE color: 15269596.
HSL color Cylindrical-coordinate representation of color #DCFEE8: hue angle of 141.18º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCFEE8 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
RGB | 220 | 254 | 232 | - |
CMYK | 0.13 | 0 | 0.09 | 0.00 |
HSL | 141.18º | 0.94% | 0.93% | - |
HSV(B) | 141.18º | 0.13% | 1% | - |
XYZ | 79.52 | 91.93 | 89.9 | - |
YUV | 241.33 | 122.74 | 112.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 254 | 232 | 0.13 | 0 | 0.09 | 0.00 | 141.18 | 0.94 | 0.93 |
Hex | DC | FE | E8 | D | 0 | 9 | 0 | 8D | 5E | 5D |
Octal | 334 | 376 | 350 | 15 | 0 | 11 | 0 | 215 | 136 | 135 |
Binary | 11011100 | 11111110 | 11101000 | 1101 | 0 | 1001 | 0 | 10001101 | 1011110 | 1011101 |
Color Harmonies of #DCFEE8
Complementary color
Monochromatic Colors of #DCFEE8
Black with #DCFEE8
Text Example
Text Example
White with #DCFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEE8; }
p { color: rgb(220,254,232); }
H1.HeaderClassName
{
color: #DCFEE8;
}
.AnyTagClassName
{
color: #DCFEE8;
}
</style>
background-color css
<style>
a { background-color: #DCFEE8; }
a { background-color: rgb(220,254,232); }
div.DivClassName
{
background-color: #DCFEE8;
}
.BgClassName
{
background-color: #DCFEE8;
}
</style>
border-color css
<style>
span { border-color: #DCFEE8; }
span { border-color: rgb(220,254,232); }
td.TdClassName
{
border-color: #DCFEE8;
}
.TagClassName
{
border-color: #DCFEE8;
}
</style>