Shades of Frostee #DAEEC2
Tints of Frostee #DAEEC2
RGB
CMYK
RGB Variations
Color information
#DAEEC2 (or 0xDAEEC2) is known color: Frostee. HEX triplet: DA, EE and C2. RGB value is (218,238,194). Sum of RGB (Red+Green+Blue) = 218+238+194=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC2 is #25113D. Grayscale: #E3E3E3. Windows color (decimal): -2429246 or 12775130. OLE color: 12775130.
HSL color Cylindrical-coordinate representation of color #DAEEC2: hue angle of 87.27º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAEEC2 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 194 | - |
CMYK | 0.08 | 0 | 0.18 | 0.07 |
HSL | 87.27º | 0.56% | 0.85% | - |
HSV(B) | 87.27º | 0.18% | 0.93% | - |
XYZ | 69.23 | 79.95 | 62.82 | - |
YUV | 227 | 109.37 | 121.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 194 | 0.08 | 0 | 0.18 | 0.07 | 87.27 | 0.56 | 0.85 |
Hex | DA | EE | C2 | 8 | 0 | 12 | 7 | 57 | 38 | 55 |
Octal | 332 | 356 | 302 | 10 | 0 | 22 | 7 | 127 | 70 | 125 |
Binary | 11011010 | 11101110 | 11000010 | 1000 | 0 | 10010 | 111 | 1010111 | 111000 | 1010101 |
Color Harmonies of #DAEEC2
Complementary color
Monochromatic Colors of #DAEEC2
Black with #DAEEC2
Text Example
Text Example
White with #DAEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEC2; }
p { color: rgb(218,238,194); }
H1.HeaderClassName
{
color: #DAEEC2;
}
.AnyTagClassName
{
color: #DAEEC2;
}
</style>
background-color css
<style>
a { background-color: #DAEEC2; }
a { background-color: rgb(218,238,194); }
div.DivClassName
{
background-color: #DAEEC2;
}
.BgClassName
{
background-color: #DAEEC2;
}
</style>
border-color css
<style>
span { border-color: #DAEEC2; }
span { border-color: rgb(218,238,194); }
td.TdClassName
{
border-color: #DAEEC2;
}
.TagClassName
{
border-color: #DAEEC2;
}
</style>