Shades of Frostee #DAEDCB
Tints of Frostee #DAEDCB
RGB
CMYK
RGB Variations
Color information
#DAEDCB (or 0xDAEDCB) is known color: Frostee. HEX triplet: DA, ED and CB. RGB value is (218,237,203). Sum of RGB (Red+Green+Blue) = 218+237+203=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDCB is #251234. Grayscale: #E3E3E3. Windows color (decimal): -2429493 or 13364698. OLE color: 13364698.
HSL color Cylindrical-coordinate representation of color #DAEDCB: hue angle of 93.53º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAEDCB is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 237 | 203 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.07 |
| HSL | 93.53º | 0.49% | 0.86% | - |
| HSV(B) | 93.53º | 0.14% | 0.93% | - |
| XYZ | 69.98 | 79.79 | 68.21 | - |
| YUV | 227.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 237 | 203 | 0.08 | 0 | 0.14 | 0.07 | 93.53 | 0.49 | 0.86 |
| Hex | DA | ED | CB | 8 | 0 | E | 7 | 5E | 31 | 56 |
| Octal | 332 | 355 | 313 | 10 | 0 | 16 | 7 | 136 | 61 | 126 |
| Binary | 11011010 | 11101101 | 11001011 | 1000 | 0 | 1110 | 111 | 1011110 | 110001 | 1010110 |
Color Harmonies of #DAEDCB
Complementary color
Monochromatic Colors of #DAEDCB
Black with #DAEDCB
Text Example
Text Example
White with #DAEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDCB; }
p { color: rgb(218,237,203); }
H1.HeaderClassName
{
color: #DAEDCB;
}
.AnyTagClassName
{
color: #DAEDCB;
}
</style>
background-color css
<style>
a { background-color: #DAEDCB; }
a { background-color: rgb(218,237,203); }
div.DivClassName
{
background-color: #DAEDCB;
}
.BgClassName
{
background-color: #DAEDCB;
}
</style>
border-color css
<style>
span { border-color: #DAEDCB; }
span { border-color: rgb(218,237,203); }
td.TdClassName
{
border-color: #DAEDCB;
}
.TagClassName
{
border-color: #DAEDCB;
}
</style>