Shades of Frost #DEDFC5
Tints of Frost #DEDFC5
RGB
CMYK
RGB Variations
Color information
#DEDFC5 (or 0xDEDFC5) is known color: Frost. HEX triplet: DE, DF and C5. RGB value is (222,223,197). Sum of RGB (Red+Green+Blue) = 222+223+197=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDFC5 is #21203A. Grayscale: #DBDBDB. Windows color (decimal): -2170939 or 12967902. OLE color: 12967902.
HSL color Cylindrical-coordinate representation of color #DEDFC5: hue angle of 62.31º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDFC5 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 223 | 197 | - |
CMYK | 0.00 | 0 | 0.12 | 0.13 |
HSL | 62.31º | 0.29% | 0.82% | - |
HSV(B) | 62.31º | 0.12% | 0.87% | - |
XYZ | 66.59 | 72.34 | 63.28 | - |
YUV | 219.74 | 115.17 | 129.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 223 | 197 | 0.00 | 0 | 0.12 | 0.13 | 62.31 | 0.29 | 0.82 |
Hex | DE | DF | C5 | 0 | 0 | C | D | 3E | 1D | 52 |
Octal | 336 | 337 | 305 | 0 | 0 | 14 | 15 | 76 | 35 | 122 |
Binary | 11011110 | 11011111 | 11000101 | 0 | 0 | 1100 | 1101 | 111110 | 11101 | 1010010 |
Color Harmonies of #DEDFC5
Complementary color
Monochromatic Colors of #DEDFC5
Black with #DEDFC5
Text Example
Text Example
White with #DEDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFC5; }
p { color: rgb(222,223,197); }
H1.HeaderClassName
{
color: #DEDFC5;
}
.AnyTagClassName
{
color: #DEDFC5;
}
</style>
background-color css
<style>
a { background-color: #DEDFC5; }
a { background-color: rgb(222,223,197); }
div.DivClassName
{
background-color: #DEDFC5;
}
.BgClassName
{
background-color: #DEDFC5;
}
</style>
border-color css
<style>
span { border-color: #DEDFC5; }
span { border-color: rgb(222,223,197); }
td.TdClassName
{
border-color: #DEDFC5;
}
.TagClassName
{
border-color: #DEDFC5;
}
</style>