Shades of Reef #DCEEB0
Tints of Reef #DCEEB0
RGB
CMYK
RGB Variations
Color information
#DCEEB0 (or 0xDCEEB0) is known color: Reef. HEX triplet: DC, EE and B0. RGB value is (220,238,176). Sum of RGB (Red+Green+Blue) = 220+238+176=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEB0 is #23114F. Grayscale: #E1E1E1. Windows color (decimal): -2298192 or 11595484. OLE color: 11595484.
HSL color Cylindrical-coordinate representation of color #DCEEB0: hue angle of 77.42º 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 #DCEEB0 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 176 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.07 |
| HSL | 77.42º | 0.65% | 0.81% | - |
| HSV(B) | 77.42º | 0.26% | 0.93% | - |
| XYZ | 67.93 | 79.5 | 52.84 | - |
| YUV | 225.55 | 100.04 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 176 | 0.08 | 0 | 0.26 | 0.07 | 77.42 | 0.65 | 0.81 |
| Hex | DC | EE | B0 | 8 | 0 | 1A | 7 | 4D | 41 | 51 |
| Octal | 334 | 356 | 260 | 10 | 0 | 32 | 7 | 115 | 101 | 121 |
| Binary | 11011100 | 11101110 | 10110000 | 1000 | 0 | 11010 | 111 | 1001101 | 1000001 | 1010001 |
Color Harmonies of #DCEEB0
Complementary color
Monochromatic Colors of #DCEEB0
Black with #DCEEB0
Text Example
Text Example
White with #DCEEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEB0; }
p { color: rgb(220,238,176); }
H1.HeaderClassName
{
color: #DCEEB0;
}
.AnyTagClassName
{
color: #DCEEB0;
}
</style>
background-color css
<style>
a { background-color: #DCEEB0; }
a { background-color: rgb(220,238,176); }
div.DivClassName
{
background-color: #DCEEB0;
}
.BgClassName
{
background-color: #DCEEB0;
}
</style>
border-color css
<style>
span { border-color: #DCEEB0; }
span { border-color: rgb(220,238,176); }
td.TdClassName
{
border-color: #DCEEB0;
}
.TagClassName
{
border-color: #DCEEB0;
}
</style>