Shades of Reef #DCEEAF
Tints of Reef #DCEEAF
RGB
CMYK
RGB Variations
Color information
#DCEEAF (or 0xDCEEAF) is known color: Reef. HEX triplet: DC, EE and AF. RGB value is (220,238,175). Sum of RGB (Red+Green+Blue) = 220+238+175=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEAF is #231150. Grayscale: #E1E1E1. Windows color (decimal): -2298193 or 11529948. OLE color: 11529948.
HSL color Cylindrical-coordinate representation of color #DCEEAF: hue angle of 77.14º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCEEAF is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 175 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.07 |
| HSL | 77.14º | 0.65% | 0.81% | - |
| HSV(B) | 77.14º | 0.26% | 0.93% | - |
| XYZ | 67.83 | 79.46 | 52.32 | - |
| YUV | 225.44 | 99.54 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 175 | 0.08 | 0 | 0.26 | 0.07 | 77.14 | 0.65 | 0.81 |
| Hex | DC | EE | AF | 8 | 0 | 1A | 7 | 4D | 41 | 51 |
| Octal | 334 | 356 | 257 | 10 | 0 | 32 | 7 | 115 | 101 | 121 |
| Binary | 11011100 | 11101110 | 10101111 | 1000 | 0 | 11010 | 111 | 1001101 | 1000001 | 1010001 |
Color Harmonies of #DCEEAF
Complementary color
Monochromatic Colors of #DCEEAF
Black with #DCEEAF
Text Example
Text Example
White with #DCEEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEAF; }
p { color: rgb(220,238,175); }
H1.HeaderClassName
{
color: #DCEEAF;
}
.AnyTagClassName
{
color: #DCEEAF;
}
</style>
background-color css
<style>
a { background-color: #DCEEAF; }
a { background-color: rgb(220,238,175); }
div.DivClassName
{
background-color: #DCEEAF;
}
.BgClassName
{
background-color: #DCEEAF;
}
</style>
border-color css
<style>
span { border-color: #DCEEAF; }
span { border-color: rgb(220,238,175); }
td.TdClassName
{
border-color: #DCEEAF;
}
.TagClassName
{
border-color: #DCEEAF;
}
</style>