Shades of Frostee #DAEEC1
Tints of Frostee #DAEEC1
RGB
CMYK
RGB Variations
Color information
#DAEEC1 (or 0xDAEEC1) is known color: Frostee. HEX triplet: DA, EE and C1. RGB value is (218,238,193). Sum of RGB (Red+Green+Blue) = 218+238+193=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 193 (75.78% from 255 or 29.74% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC1 is #25113E. Grayscale: #E3E3E3. Windows color (decimal): -2429247 or 12709594. OLE color: 12709594.
HSL color Cylindrical-coordinate representation of color #DAEEC1: hue angle of 86.67º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAEEC1 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 238 | 193 | - |
CMYK | 0.08 | 0 | 0.19 | 0.07 |
HSL | 86.67º | 0.57% | 0.85% | - |
HSV(B) | 86.67º | 0.19% | 0.93% | - |
XYZ | 69.11 | 79.9 | 62.23 | - |
YUV | 226.89 | 108.87 | 121.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 238 | 193 | 0.08 | 0 | 0.19 | 0.07 | 86.67 | 0.57 | 0.85 |
Hex | DA | EE | C1 | 8 | 0 | 13 | 7 | 57 | 39 | 55 |
Octal | 332 | 356 | 301 | 10 | 0 | 23 | 7 | 127 | 71 | 125 |
Binary | 11011010 | 11101110 | 11000001 | 1000 | 0 | 10011 | 111 | 1010111 | 111001 | 1010101 |
Color Harmonies of #DAEEC1
Complementary color
Monochromatic Colors of #DAEEC1
Black with #DAEEC1
Text Example
Text Example
White with #DAEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEEC1; }
p { color: rgb(218,238,193); }
H1.HeaderClassName
{
color: #DAEEC1;
}
.AnyTagClassName
{
color: #DAEEC1;
}
</style>
background-color css
<style>
a { background-color: #DAEEC1; }
a { background-color: rgb(218,238,193); }
div.DivClassName
{
background-color: #DAEEC1;
}
.BgClassName
{
background-color: #DAEEC1;
}
</style>
border-color css
<style>
span { border-color: #DAEEC1; }
span { border-color: rgb(218,238,193); }
td.TdClassName
{
border-color: #DAEEC1;
}
.TagClassName
{
border-color: #DAEEC1;
}
</style>