Shades of Frostee #DCEDCE
Tints of Frostee #DCEDCE
RGB
CMYK
RGB Variations
Color information
#DCEDCE (or 0xDCEDCE) is known color: Frostee. HEX triplet: DC, ED and CE. RGB value is (220,237,206). Sum of RGB (Red+Green+Blue) = 220+237+206=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDCE is #231231. Grayscale: #E4E4E4. Windows color (decimal): -2298418 or 13561308. OLE color: 13561308.
HSL color Cylindrical-coordinate representation of color #DCEDCE: hue angle of 92.9º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCEDCE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 206 | - |
CMYK | 0.07 | 0 | 0.13 | 0.07 |
HSL | 92.9º | 0.46% | 0.87% | - |
HSV(B) | 92.9º | 0.13% | 0.93% | - |
XYZ | 70.94 | 80.24 | 70.14 | - |
YUV | 228.38 | 115.37 | 122.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 206 | 0.07 | 0 | 0.13 | 0.07 | 92.9 | 0.46 | 0.87 |
Hex | DC | ED | CE | 7 | 0 | D | 7 | 5D | 2E | 57 |
Octal | 334 | 355 | 316 | 7 | 0 | 15 | 7 | 135 | 56 | 127 |
Binary | 11011100 | 11101101 | 11001110 | 111 | 0 | 1101 | 111 | 1011101 | 101110 | 1010111 |
Color Harmonies of #DCEDCE
Complementary color
Monochromatic Colors of #DCEDCE
Black with #DCEDCE
Text Example
Text Example
White with #DCEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDCE; }
p { color: rgb(220,237,206); }
H1.HeaderClassName
{
color: #DCEDCE;
}
.AnyTagClassName
{
color: #DCEDCE;
}
</style>
background-color css
<style>
a { background-color: #DCEDCE; }
a { background-color: rgb(220,237,206); }
div.DivClassName
{
background-color: #DCEDCE;
}
.BgClassName
{
background-color: #DCEDCE;
}
</style>
border-color css
<style>
span { border-color: #DCEDCE; }
span { border-color: rgb(220,237,206); }
td.TdClassName
{
border-color: #DCEDCE;
}
.TagClassName
{
border-color: #DCEDCE;
}
</style>