Shades of Cosmic Latte #DCF4E5
Tints of Cosmic Latte #DCF4E5
RGB
CMYK
RGB Variations
Color information
#DCF4E5 (or 0xDCF4E5) is known color: Cosmic Latte. HEX triplet: DC, F4 and E5. RGB value is (220,244,229). Sum of RGB (Red+Green+Blue) = 220+244+229=693 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.75% from 693); Green value is 244 (95.70% from 255 or 35.21% from 693); Blue value is 229 (89.84% from 255 or 33.04% from 693); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF4E5 is #230B1A. Grayscale: #EBEBEB. Windows color (decimal): -2296603 or 15070428. OLE color: 15070428.
HSL color Cylindrical-coordinate representation of color #DCF4E5: hue angle of 142.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCF4E5 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 244 | 229 | - |
CMYK | 0.10 | 0 | 0.06 | 0.04 |
HSL | 142.5º | 0.52% | 0.91% | - |
HSV(B) | 142.5º | 0.1% | 0.96% | - |
XYZ | 76.01 | 85.57 | 86.64 | - |
YUV | 235.11 | 124.55 | 117.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 244 | 229 | 0.10 | 0 | 0.06 | 0.04 | 142.5 | 0.52 | 0.91 |
Hex | DC | F4 | E5 | A | 0 | 6 | 4 | 8E | 34 | 5B |
Octal | 334 | 364 | 345 | 12 | 0 | 6 | 4 | 216 | 64 | 133 |
Binary | 11011100 | 11110100 | 11100101 | 1010 | 0 | 110 | 100 | 10001110 | 110100 | 1011011 |
Color Harmonies of #DCF4E5
Complementary color
Monochromatic Colors of #DCF4E5
Black with #DCF4E5
Text Example
Text Example
White with #DCF4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF4E5; }
p { color: rgb(220,244,229); }
H1.HeaderClassName
{
color: #DCF4E5;
}
.AnyTagClassName
{
color: #DCF4E5;
}
</style>
background-color css
<style>
a { background-color: #DCF4E5; }
a { background-color: rgb(220,244,229); }
div.DivClassName
{
background-color: #DCF4E5;
}
.BgClassName
{
background-color: #DCF4E5;
}
</style>
border-color css
<style>
span { border-color: #DCF4E5; }
span { border-color: rgb(220,244,229); }
td.TdClassName
{
border-color: #DCF4E5;
}
.TagClassName
{
border-color: #DCF4E5;
}
</style>