Shades of Frostee #DAEECB
Tints of Frostee #DAEECB
RGB
CMYK
RGB Variations
Color information
#DAEECB (or 0xDAEECB) is known color: Frostee. HEX triplet: DA, EE and CB. RGB value is (218,238,203). Sum of RGB (Red+Green+Blue) = 218+238+203=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEECB is #251134. Grayscale: #E4E4E4. Windows color (decimal): -2429237 or 13364954. OLE color: 13364954.
HSL color Cylindrical-coordinate representation of color #DAEECB: hue angle of 94.29º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAEECB is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 203 | - |
CMYK | 0.08 | 0 | 0.15 | 0.07 |
HSL | 94.29º | 0.51% | 0.86% | - |
HSV(B) | 94.29º | 0.15% | 0.93% | - |
XYZ | 70.27 | 80.37 | 68.31 | - |
YUV | 228.03 | 113.87 | 120.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 203 | 0.08 | 0 | 0.15 | 0.07 | 94.29 | 0.51 | 0.86 |
Hex | DA | EE | CB | 8 | 0 | F | 7 | 5E | 33 | 56 |
Octal | 332 | 356 | 313 | 10 | 0 | 17 | 7 | 136 | 63 | 126 |
Binary | 11011010 | 11101110 | 11001011 | 1000 | 0 | 1111 | 111 | 1011110 | 110011 | 1010110 |
Color Harmonies of #DAEECB
Complementary color
Monochromatic Colors of #DAEECB
Black with #DAEECB
Text Example
Text Example
White with #DAEECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEECB; }
p { color: rgb(218,238,203); }
H1.HeaderClassName
{
color: #DAEECB;
}
.AnyTagClassName
{
color: #DAEECB;
}
</style>
background-color css
<style>
a { background-color: #DAEECB; }
a { background-color: rgb(218,238,203); }
div.DivClassName
{
background-color: #DAEECB;
}
.BgClassName
{
background-color: #DAEECB;
}
</style>
border-color css
<style>
span { border-color: #DAEECB; }
span { border-color: rgb(218,238,203); }
td.TdClassName
{
border-color: #DAEECB;
}
.TagClassName
{
border-color: #DAEECB;
}
</style>