Shades of Reef #DCEEB3
Tints of Reef #DCEEB3
RGB
CMYK
RGB Variations
Color information
#DCEEB3 (or 0xDCEEB3) is known color: Reef. HEX triplet: DC, EE and B3. RGB value is (220,238,179). Sum of RGB (Red+Green+Blue) = 220+238+179=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEB3 is #23114C. Grayscale: #E2E2E2. Windows color (decimal): -2298189 or 11792092. OLE color: 11792092.
HSL color Cylindrical-coordinate representation of color #DCEEB3: hue angle of 78.31º degrees, saturation: 0.63, 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 #DCEEB3 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 179 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.07 |
| HSL | 78.31º | 0.63% | 0.82% | - |
| HSV(B) | 78.31º | 0.25% | 0.93% | - |
| XYZ | 68.23 | 79.62 | 54.42 | - |
| YUV | 225.89 | 101.54 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 179 | 0.08 | 0 | 0.25 | 0.07 | 78.31 | 0.63 | 0.82 |
| Hex | DC | EE | B3 | 8 | 0 | 19 | 7 | 4E | 3F | 52 |
| Octal | 334 | 356 | 263 | 10 | 0 | 31 | 7 | 116 | 77 | 122 |
| Binary | 11011100 | 11101110 | 10110011 | 1000 | 0 | 11001 | 111 | 1001110 | 111111 | 1010010 |
Color Harmonies of #DCEEB3
Complementary color
Monochromatic Colors of #DCEEB3
Black with #DCEEB3
Text Example
Text Example
White with #DCEEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEB3; }
p { color: rgb(220,238,179); }
H1.HeaderClassName
{
color: #DCEEB3;
}
.AnyTagClassName
{
color: #DCEEB3;
}
</style>
background-color css
<style>
a { background-color: #DCEEB3; }
a { background-color: rgb(220,238,179); }
div.DivClassName
{
background-color: #DCEEB3;
}
.BgClassName
{
background-color: #DCEEB3;
}
</style>
border-color css
<style>
span { border-color: #DCEEB3; }
span { border-color: rgb(220,238,179); }
td.TdClassName
{
border-color: #DCEEB3;
}
.TagClassName
{
border-color: #DCEEB3;
}
</style>