Shades of Reef #DCEEB4
Tints of Reef #DCEEB4
RGB
CMYK
RGB Variations
Color information
#DCEEB4 (or 0xDCEEB4) is known color: Reef. HEX triplet: DC, EE and B4. RGB value is (220,238,180). Sum of RGB (Red+Green+Blue) = 220+238+180=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEB4 is #23114B. Grayscale: #E2E2E2. Windows color (decimal): -2298188 or 11857628. OLE color: 11857628.
HSL color Cylindrical-coordinate representation of color #DCEEB4: hue angle of 78.62º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCEEB4 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 180 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.07 |
| HSL | 78.62º | 0.63% | 0.82% | - |
| HSV(B) | 78.62º | 0.24% | 0.93% | - |
| XYZ | 68.33 | 79.66 | 54.95 | - |
| YUV | 226.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 180 | 0.08 | 0 | 0.24 | 0.07 | 78.62 | 0.63 | 0.82 |
| Hex | DC | EE | B4 | 8 | 0 | 18 | 7 | 4F | 3F | 52 |
| Octal | 334 | 356 | 264 | 10 | 0 | 30 | 7 | 117 | 77 | 122 |
| Binary | 11011100 | 11101110 | 10110100 | 1000 | 0 | 11000 | 111 | 1001111 | 111111 | 1010010 |
Color Harmonies of #DCEEB4
Complementary color
Monochromatic Colors of #DCEEB4
Black with #DCEEB4
Text Example
Text Example
White with #DCEEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEB4; }
p { color: rgb(220,238,180); }
H1.HeaderClassName
{
color: #DCEEB4;
}
.AnyTagClassName
{
color: #DCEEB4;
}
</style>
background-color css
<style>
a { background-color: #DCEEB4; }
a { background-color: rgb(220,238,180); }
div.DivClassName
{
background-color: #DCEEB4;
}
.BgClassName
{
background-color: #DCEEB4;
}
</style>
border-color css
<style>
span { border-color: #DCEEB4; }
span { border-color: rgb(220,238,180); }
td.TdClassName
{
border-color: #DCEEB4;
}
.TagClassName
{
border-color: #DCEEB4;
}
</style>