Shades of Frostee #DAEDC3
Tints of Frostee #DAEDC3
RGB
CMYK
RGB Variations
Color information
#DAEDC3 (or 0xDAEDC3) is known color: Frostee. HEX triplet: DA, ED and C3. RGB value is (218,237,195). Sum of RGB (Red+Green+Blue) = 218+237+195=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDC3 is #25123C. Grayscale: #E2E2E2. Windows color (decimal): -2429501 or 12840410. OLE color: 12840410.
HSL color Cylindrical-coordinate representation of color #DAEDC3: hue angle of 87.14º degrees, saturation: 0.54, 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 #DAEDC3 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 195 | - |
CMYK | 0.08 | 0 | 0.18 | 0.07 |
HSL | 87.14º | 0.54% | 0.85% | - |
HSV(B) | 87.14º | 0.18% | 0.93% | - |
XYZ | 69.05 | 79.41 | 63.32 | - |
YUV | 226.53 | 110.21 | 121.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 195 | 0.08 | 0 | 0.18 | 0.07 | 87.14 | 0.54 | 0.85 |
Hex | DA | ED | C3 | 8 | 0 | 12 | 7 | 57 | 36 | 55 |
Octal | 332 | 355 | 303 | 10 | 0 | 22 | 7 | 127 | 66 | 125 |
Binary | 11011010 | 11101101 | 11000011 | 1000 | 0 | 10010 | 111 | 1010111 | 110110 | 1010101 |
Color Harmonies of #DAEDC3
Complementary color
Monochromatic Colors of #DAEDC3
Black with #DAEDC3
Text Example
Text Example
White with #DAEDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDC3; }
p { color: rgb(218,237,195); }
H1.HeaderClassName
{
color: #DAEDC3;
}
.AnyTagClassName
{
color: #DAEDC3;
}
</style>
background-color css
<style>
a { background-color: #DAEDC3; }
a { background-color: rgb(218,237,195); }
div.DivClassName
{
background-color: #DAEDC3;
}
.BgClassName
{
background-color: #DAEDC3;
}
</style>
border-color css
<style>
span { border-color: #DAEDC3; }
span { border-color: rgb(218,237,195); }
td.TdClassName
{
border-color: #DAEDC3;
}
.TagClassName
{
border-color: #DAEDC3;
}
</style>