Shades of Frost #DCEDB6
Tints of Frost #DCEDB6
RGB
CMYK
RGB Variations
Color information
#DCEDB6 (or 0xDCEDB6) is known color: Frost. HEX triplet: DC, ED and B6. RGB value is (220,237,182). Sum of RGB (Red+Green+Blue) = 220+237+182=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDB6 is #231249. Grayscale: #E1E1E1. Windows color (decimal): -2298442 or 11988444. OLE color: 11988444.
HSL color Cylindrical-coordinate representation of color #DCEDB6: hue angle of 78.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCEDB6 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 182 | - |
CMYK | 0.07 | 0 | 0.23 | 0.07 |
HSL | 78.55º | 0.6% | 0.82% | - |
HSV(B) | 78.55º | 0.23% | 0.93% | - |
XYZ | 68.24 | 79.16 | 55.94 | - |
YUV | 225.65 | 103.37 | 123.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 182 | 0.07 | 0 | 0.23 | 0.07 | 78.55 | 0.6 | 0.82 |
Hex | DC | ED | B6 | 7 | 0 | 17 | 7 | 4F | 3C | 52 |
Octal | 334 | 355 | 266 | 7 | 0 | 27 | 7 | 117 | 74 | 122 |
Binary | 11011100 | 11101101 | 10110110 | 111 | 0 | 10111 | 111 | 1001111 | 111100 | 1010010 |
Color Harmonies of #DCEDB6
Complementary color
Monochromatic Colors of #DCEDB6
Black with #DCEDB6
Text Example
Text Example
White with #DCEDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDB6; }
p { color: rgb(220,237,182); }
H1.HeaderClassName
{
color: #DCEDB6;
}
.AnyTagClassName
{
color: #DCEDB6;
}
</style>
background-color css
<style>
a { background-color: #DCEDB6; }
a { background-color: rgb(220,237,182); }
div.DivClassName
{
background-color: #DCEDB6;
}
.BgClassName
{
background-color: #DCEDB6;
}
</style>
border-color css
<style>
span { border-color: #DCEDB6; }
span { border-color: rgb(220,237,182); }
td.TdClassName
{
border-color: #DCEDB6;
}
.TagClassName
{
border-color: #DCEDB6;
}
</style>