Shades of Reef #DCEEAC
Tints of Reef #DCEEAC
RGB
CMYK
RGB Variations
Color information
#DCEEAC (or 0xDCEEAC) is known color: Reef. HEX triplet: DC, EE and AC. RGB value is (220,238,172). Sum of RGB (Red+Green+Blue) = 220+238+172=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEAC is #231153. Grayscale: #E1E1E1. Windows color (decimal): -2298196 or 11333340. OLE color: 11333340.
HSL color Cylindrical-coordinate representation of color #DCEEAC: hue angle of 76.36º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCEEAC is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 172 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.07 |
| HSL | 76.36º | 0.66% | 0.8% | - |
| HSV(B) | 76.36º | 0.28% | 0.93% | - |
| XYZ | 67.54 | 79.34 | 50.78 | - |
| YUV | 225.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 172 | 0.08 | 0 | 0.28 | 0.07 | 76.36 | 0.66 | 0.8 |
| Hex | DC | EE | AC | 8 | 0 | 1C | 7 | 4C | 42 | 50 |
| Octal | 334 | 356 | 254 | 10 | 0 | 34 | 7 | 114 | 102 | 120 |
| Binary | 11011100 | 11101110 | 10101100 | 1000 | 0 | 11100 | 111 | 1001100 | 1000010 | 1010000 |
Color Harmonies of #DCEEAC
Complementary color
Monochromatic Colors of #DCEEAC
Black with #DCEEAC
Text Example
Text Example
White with #DCEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEAC; }
p { color: rgb(220,238,172); }
H1.HeaderClassName
{
color: #DCEEAC;
}
.AnyTagClassName
{
color: #DCEEAC;
}
</style>
background-color css
<style>
a { background-color: #DCEEAC; }
a { background-color: rgb(220,238,172); }
div.DivClassName
{
background-color: #DCEEAC;
}
.BgClassName
{
background-color: #DCEEAC;
}
</style>
border-color css
<style>
span { border-color: #DCEEAC; }
span { border-color: rgb(220,238,172); }
td.TdClassName
{
border-color: #DCEEAC;
}
.TagClassName
{
border-color: #DCEEAC;
}
</style>