Shades of Cosmic Latte #DCF9E4
Tints of Cosmic Latte #DCF9E4
RGB
CMYK
RGB Variations
Color information
#DCF9E4 (or 0xDCF9E4) is known color: Cosmic Latte. HEX triplet: DC, F9 and E4. RGB value is (220,249,228). Sum of RGB (Red+Green+Blue) = 220+249+228=697 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.56% from 697); Green value is 249 (97.66% from 255 or 35.72% from 697); Blue value is 228 (89.45% from 255 or 32.71% from 697); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF9E4 is #23061B. Grayscale: #EDEDED. Windows color (decimal): -2295324 or 15006172. OLE color: 15006172.
HSL color Cylindrical-coordinate representation of color #DCF9E4: hue angle of 136.55º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF9E4 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 249 | 228 | - |
CMYK | 0.12 | 0 | 0.08 | 0.02 |
HSL | 136.55º | 0.71% | 0.92% | - |
HSV(B) | 136.55º | 0.12% | 0.98% | - |
XYZ | 77.39 | 88.57 | 86.42 | - |
YUV | 237.94 | 122.39 | 115.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 249 | 228 | 0.12 | 0 | 0.08 | 0.02 | 136.55 | 0.71 | 0.92 |
Hex | DC | F9 | E4 | C | 0 | 8 | 2 | 89 | 47 | 5C |
Octal | 334 | 371 | 344 | 14 | 0 | 10 | 2 | 211 | 107 | 134 |
Binary | 11011100 | 11111001 | 11100100 | 1100 | 0 | 1000 | 10 | 10001001 | 1000111 | 1011100 |
Color Harmonies of #DCF9E4
Complementary color
Monochromatic Colors of #DCF9E4
Black with #DCF9E4
Text Example
Text Example
White with #DCF9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9E4; }
p { color: rgb(220,249,228); }
H1.HeaderClassName
{
color: #DCF9E4;
}
.AnyTagClassName
{
color: #DCF9E4;
}
</style>
background-color css
<style>
a { background-color: #DCF9E4; }
a { background-color: rgb(220,249,228); }
div.DivClassName
{
background-color: #DCF9E4;
}
.BgClassName
{
background-color: #DCF9E4;
}
</style>
border-color css
<style>
span { border-color: #DCF9E4; }
span { border-color: rgb(220,249,228); }
td.TdClassName
{
border-color: #DCF9E4;
}
.TagClassName
{
border-color: #DCF9E4;
}
</style>