Shades of Frostee #DCEDCD
Tints of Frostee #DCEDCD
RGB
CMYK
RGB Variations
Color information
#DCEDCD (or 0xDCEDCD) is known color: Frostee. HEX triplet: DC, ED and CD. RGB value is (220,237,205). Sum of RGB (Red+Green+Blue) = 220+237+205=662 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.23% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDCD is #231232. Grayscale: #E4E4E4. Windows color (decimal): -2298419 or 13495772. OLE color: 13495772.
HSL color Cylindrical-coordinate representation of color #DCEDCD: hue angle of 91.88º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCEDCD is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 237 | 205 | - |
CMYK | 0.07 | 0 | 0.14 | 0.07 |
HSL | 91.88º | 0.47% | 0.87% | - |
HSV(B) | 91.88º | 0.14% | 0.93% | - |
XYZ | 70.82 | 80.19 | 69.5 | - |
YUV | 228.27 | 114.87 | 122.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 205 | 0.07 | 0 | 0.14 | 0.07 | 91.88 | 0.47 | 0.87 |
Hex | DC | ED | CD | 7 | 0 | E | 7 | 5C | 2F | 57 |
Octal | 334 | 355 | 315 | 7 | 0 | 16 | 7 | 134 | 57 | 127 |
Binary | 11011100 | 11101101 | 11001101 | 111 | 0 | 1110 | 111 | 1011100 | 101111 | 1010111 |
Color Harmonies of #DCEDCD
Complementary color
Monochromatic Colors of #DCEDCD
Black with #DCEDCD
Text Example
Text Example
White with #DCEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDCD; }
p { color: rgb(220,237,205); }
H1.HeaderClassName
{
color: #DCEDCD;
}
.AnyTagClassName
{
color: #DCEDCD;
}
</style>
background-color css
<style>
a { background-color: #DCEDCD; }
a { background-color: rgb(220,237,205); }
div.DivClassName
{
background-color: #DCEDCD;
}
.BgClassName
{
background-color: #DCEDCD;
}
</style>
border-color css
<style>
span { border-color: #DCEDCD; }
span { border-color: rgb(220,237,205); }
td.TdClassName
{
border-color: #DCEDCD;
}
.TagClassName
{
border-color: #DCEDCD;
}
</style>