Shades of Cosmic Latte #DCFFE2
Tints of Cosmic Latte #DCFFE2
RGB
CMYK
RGB Variations
Color information
#DCFFE2 (or 0xDCFFE2) is known color: Cosmic Latte. HEX triplet: DC, FF and E2. RGB value is (220,255,226). Sum of RGB (Red+Green+Blue) = 220+255+226=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFE2 is #23001D. Grayscale: #F1F1F1. Windows color (decimal): -2293790 or 14876636. OLE color: 14876636.
HSL color Cylindrical-coordinate representation of color #DCFFE2: hue angle of 130.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFE2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 226 | - |
| CMYK | 0.14 | 0 | 0.11 | 0 |
| HSL | 130.29º | 1% | 0.93% | - |
| HSV(B) | 130.29º | 0.14% | 1% | - |
| XYZ | 79 | 92.23 | 85.59 | - |
| YUV | 241.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 226 | 0.14 | 0 | 0.11 | 0 | 130.29 | 1 | 0.93 |
| Hex | DC | FF | E2 | E | 0 | B | 0 | 82 | 64 | 5D |
| Octal | 334 | 377 | 342 | 16 | 0 | 13 | 0 | 202 | 144 | 135 |
| Binary | 11011100 | 11111111 | 11100010 | 1110 | 0 | 1011 | 0 | 10000010 | 1100100 | 1011101 |
Color Harmonies of #DCFFE2
Complementary color
Monochromatic Colors of #DCFFE2
Black with #DCFFE2
Text Example
Text Example
White with #DCFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFE2; }
p { color: rgb(220,255,226); }
H1.HeaderClassName
{
color: #DCFFE2;
}
.AnyTagClassName
{
color: #DCFFE2;
}
</style>
background-color css
<style>
a { background-color: #DCFFE2; }
a { background-color: rgb(220,255,226); }
div.DivClassName
{
background-color: #DCFFE2;
}
.BgClassName
{
background-color: #DCFFE2;
}
</style>
border-color css
<style>
span { border-color: #DCFFE2; }
span { border-color: rgb(220,255,226); }
td.TdClassName
{
border-color: #DCFFE2;
}
.TagClassName
{
border-color: #DCFFE2;
}
</style>