Shades of Frostee #DAEACE
Tints of Frostee #DAEACE
RGB
CMYK
RGB Variations
Color information
#DAEACE (or 0xDAEACE) is known color: Frostee. HEX triplet: DA, EA and CE. RGB value is (218,234,206). Sum of RGB (Red+Green+Blue) = 218+234+206=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEACE is #251531. Grayscale: #E2E2E2. Windows color (decimal): -2430258 or 13560538. OLE color: 13560538.
HSL color Cylindrical-coordinate representation of color #DAEACE: hue angle of 94.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAEACE is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 234 | 206 | - |
CMYK | 0.07 | 0 | 0.12 | 0.08 |
HSL | 94.29º | 0.4% | 0.86% | - |
HSV(B) | 94.29º | 0.12% | 0.92% | - |
XYZ | 69.48 | 78.21 | 69.83 | - |
YUV | 226.02 | 116.7 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 234 | 206 | 0.07 | 0 | 0.12 | 0.08 | 94.29 | 0.4 | 0.86 |
Hex | DA | EA | CE | 7 | 0 | C | 8 | 5E | 28 | 56 |
Octal | 332 | 352 | 316 | 7 | 0 | 14 | 10 | 136 | 50 | 126 |
Binary | 11011010 | 11101010 | 11001110 | 111 | 0 | 1100 | 1000 | 1011110 | 101000 | 1010110 |
Color Harmonies of #DAEACE
Complementary color
Monochromatic Colors of #DAEACE
Black with #DAEACE
Text Example
Text Example
White with #DAEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEACE; }
p { color: rgb(218,234,206); }
H1.HeaderClassName
{
color: #DAEACE;
}
.AnyTagClassName
{
color: #DAEACE;
}
</style>
background-color css
<style>
a { background-color: #DAEACE; }
a { background-color: rgb(218,234,206); }
div.DivClassName
{
background-color: #DAEACE;
}
.BgClassName
{
background-color: #DAEACE;
}
</style>
border-color css
<style>
span { border-color: #DAEACE; }
span { border-color: rgb(218,234,206); }
td.TdClassName
{
border-color: #DAEACE;
}
.TagClassName
{
border-color: #DAEACE;
}
</style>