Shades of Reef #DCEEB2
Tints of Reef #DCEEB2
RGB
CMYK
RGB Variations
Color information
#DCEEB2 (or 0xDCEEB2) is known color: Reef. HEX triplet: DC, EE and B2. RGB value is (220,238,178). Sum of RGB (Red+Green+Blue) = 220+238+178=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEEB2 is #23114D. Grayscale: #E2E2E2. Windows color (decimal): -2298190 or 11726556. OLE color: 11726556.
HSL color Cylindrical-coordinate representation of color #DCEEB2: hue angle of 78º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCEEB2 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 178 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.07 |
| HSL | 78º | 0.64% | 0.82% | - |
| HSV(B) | 78º | 0.25% | 0.93% | - |
| XYZ | 68.13 | 79.58 | 53.89 | - |
| YUV | 225.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 178 | 0.08 | 0 | 0.25 | 0.07 | 78 | 0.64 | 0.82 |
| Hex | DC | EE | B2 | 8 | 0 | 19 | 7 | 4E | 40 | 52 |
| Octal | 334 | 356 | 262 | 10 | 0 | 31 | 7 | 116 | 100 | 122 |
| Binary | 11011100 | 11101110 | 10110010 | 1000 | 0 | 11001 | 111 | 1001110 | 1000000 | 1010010 |
Color Harmonies of #DCEEB2
Complementary color
Monochromatic Colors of #DCEEB2
Black with #DCEEB2
Text Example
Text Example
White with #DCEEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEB2; }
p { color: rgb(220,238,178); }
H1.HeaderClassName
{
color: #DCEEB2;
}
.AnyTagClassName
{
color: #DCEEB2;
}
</style>
background-color css
<style>
a { background-color: #DCEEB2; }
a { background-color: rgb(220,238,178); }
div.DivClassName
{
background-color: #DCEEB2;
}
.BgClassName
{
background-color: #DCEEB2;
}
</style>
border-color css
<style>
span { border-color: #DCEEB2; }
span { border-color: rgb(220,238,178); }
td.TdClassName
{
border-color: #DCEEB2;
}
.TagClassName
{
border-color: #DCEEB2;
}
</style>