Shades of Frostee #DCE5D4
Tints of Frostee #DCE5D4
RGB
CMYK
RGB Variations
Color information
#DCE5D4 (or 0xDCE5D4) is known color: Frostee. HEX triplet: DC, E5 and D4. RGB value is (220,229,212). Sum of RGB (Red+Green+Blue) = 220+229+212=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5D4 is #231A2B. Grayscale: #E0E0E0. Windows color (decimal): -2300460 or 13952476. OLE color: 13952476.
HSL color Cylindrical-coordinate representation of color #DCE5D4: hue angle of 91.76º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE5D4 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 229 | 212 | - |
CMYK | 0.04 | 0 | 0.07 | 0.10 |
HSL | 91.76º | 0.25% | 0.86% | - |
HSV(B) | 91.76º | 0.07% | 0.9% | - |
XYZ | 69.42 | 76.01 | 73.3 | - |
YUV | 224.37 | 121.02 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 229 | 212 | 0.04 | 0 | 0.07 | 0.10 | 91.76 | 0.25 | 0.86 |
Hex | DC | E5 | D4 | 4 | 0 | 7 | A | 5C | 19 | 56 |
Octal | 334 | 345 | 324 | 4 | 0 | 7 | 12 | 134 | 31 | 126 |
Binary | 11011100 | 11100101 | 11010100 | 100 | 0 | 111 | 1010 | 1011100 | 11001 | 1010110 |
Color Harmonies of #DCE5D4
Complementary color
Monochromatic Colors of #DCE5D4
Black with #DCE5D4
Text Example
Text Example
White with #DCE5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5D4; }
p { color: rgb(220,229,212); }
H1.HeaderClassName
{
color: #DCE5D4;
}
.AnyTagClassName
{
color: #DCE5D4;
}
</style>
background-color css
<style>
a { background-color: #DCE5D4; }
a { background-color: rgb(220,229,212); }
div.DivClassName
{
background-color: #DCE5D4;
}
.BgClassName
{
background-color: #DCE5D4;
}
</style>
border-color css
<style>
span { border-color: #DCE5D4; }
span { border-color: rgb(220,229,212); }
td.TdClassName
{
border-color: #DCE5D4;
}
.TagClassName
{
border-color: #DCE5D4;
}
</style>