Shades of Cosmic Latte #DCFEE2
Tints of Cosmic Latte #DCFEE2
RGB
CMYK
RGB Variations
Color information
#DCFEE2 (or 0xDCFEE2) is known color: Cosmic Latte. HEX triplet: DC, FE and E2. RGB value is (220,254,226). Sum of RGB (Red+Green+Blue) = 220+254+226=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 226 (88.67% from 255 or 32.29% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFEE2 is #23011D. Grayscale: #F0F0F0. Windows color (decimal): -2294046 or 14876380. OLE color: 14876380.
HSL color Cylindrical-coordinate representation of color #DCFEE2: hue angle of 130.59º 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 #DCFEE2 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 226 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.00 |
| HSL | 130.59º | 0.94% | 0.93% | - |
| HSV(B) | 130.59º | 0.13% | 1% | - |
| XYZ | 78.68 | 91.59 | 85.48 | - |
| YUV | 240.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 226 | 0.13 | 0 | 0.11 | 0.00 | 130.59 | 0.94 | 0.93 |
| Hex | DC | FE | E2 | D | 0 | B | 0 | 83 | 5E | 5D |
| Octal | 334 | 376 | 342 | 15 | 0 | 13 | 0 | 203 | 136 | 135 |
| Binary | 11011100 | 11111110 | 11100010 | 1101 | 0 | 1011 | 0 | 10000011 | 1011110 | 1011101 |
Color Harmonies of #DCFEE2
Complementary color
Monochromatic Colors of #DCFEE2
Black with #DCFEE2
Text Example
Text Example
White with #DCFEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFEE2; }
p { color: rgb(220,254,226); }
H1.HeaderClassName
{
color: #DCFEE2;
}
.AnyTagClassName
{
color: #DCFEE2;
}
</style>
background-color css
<style>
a { background-color: #DCFEE2; }
a { background-color: rgb(220,254,226); }
div.DivClassName
{
background-color: #DCFEE2;
}
.BgClassName
{
background-color: #DCFEE2;
}
</style>
border-color css
<style>
span { border-color: #DCFEE2; }
span { border-color: rgb(220,254,226); }
td.TdClassName
{
border-color: #DCFEE2;
}
.TagClassName
{
border-color: #DCFEE2;
}
</style>