Shades of Frostee #DCEAD3
Tints of Frostee #DCEAD3
RGB
CMYK
RGB Variations
Color information
#DCEAD3 (or 0xDCEAD3) is known color: Frostee. HEX triplet: DC, EA and D3. RGB value is (220,234,211). Sum of RGB (Red+Green+Blue) = 220+234+211=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 211 (82.81% from 255 or 31.73% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAD3 is #23152C. Grayscale: #E3E3E3. Windows color (decimal): -2299181 or 13888220. OLE color: 13888220.
HSL color Cylindrical-coordinate representation of color #DCEAD3: hue angle of 96.52º degrees, saturation: 0.35, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCEAD3 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 211 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.08 |
| HSL | 96.52º | 0.35% | 0.87% | - |
| HSV(B) | 96.52º | 0.1% | 0.92% | - |
| XYZ | 70.7 | 78.76 | 73.11 | - |
| YUV | 227.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 211 | 0.06 | 0 | 0.10 | 0.08 | 96.52 | 0.35 | 0.87 |
| Hex | DC | EA | D3 | 6 | 0 | A | 8 | 61 | 23 | 57 |
| Octal | 334 | 352 | 323 | 6 | 0 | 12 | 10 | 141 | 43 | 127 |
| Binary | 11011100 | 11101010 | 11010011 | 110 | 0 | 1010 | 1000 | 1100001 | 100011 | 1010111 |
Color Harmonies of #DCEAD3
Complementary color
Monochromatic Colors of #DCEAD3
Black with #DCEAD3
Text Example
Text Example
White with #DCEAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAD3; }
p { color: rgb(220,234,211); }
H1.HeaderClassName
{
color: #DCEAD3;
}
.AnyTagClassName
{
color: #DCEAD3;
}
</style>
background-color css
<style>
a { background-color: #DCEAD3; }
a { background-color: rgb(220,234,211); }
div.DivClassName
{
background-color: #DCEAD3;
}
.BgClassName
{
background-color: #DCEAD3;
}
</style>
border-color css
<style>
span { border-color: #DCEAD3; }
span { border-color: rgb(220,234,211); }
td.TdClassName
{
border-color: #DCEAD3;
}
.TagClassName
{
border-color: #DCEAD3;
}
</style>