Shades of Reef #DDEEA7
Tints of Reef #DDEEA7
RGB
CMYK
RGB Variations
Color information
#DDEEA7 (or 0xDDEEA7) is known color: Reef. HEX triplet: DD, EE and A7. RGB value is (221,238,167). Sum of RGB (Red+Green+Blue) = 221+238+167=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 167 (65.62% from 255 or 26.68% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEA7 is #221158. Grayscale: #E1E1E1. Windows color (decimal): -2232665 or 11005661. OLE color: 11005661.
HSL color Cylindrical-coordinate representation of color #DDEEA7: hue angle of 74.37º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDEEA7 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 167 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.07 |
| HSL | 74.37º | 0.68% | 0.79% | - |
| HSV(B) | 74.37º | 0.3% | 0.93% | - |
| XYZ | 67.37 | 79.31 | 48.32 | - |
| YUV | 224.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 167 | 0.07 | 0 | 0.30 | 0.07 | 74.37 | 0.68 | 0.79 |
| Hex | DD | EE | A7 | 7 | 0 | 1E | 7 | 4A | 44 | 4F |
| Octal | 335 | 356 | 247 | 7 | 0 | 36 | 7 | 112 | 104 | 117 |
| Binary | 11011101 | 11101110 | 10100111 | 111 | 0 | 11110 | 111 | 1001010 | 1000100 | 1001111 |
Color Harmonies of #DDEEA7
Complementary color
Monochromatic Colors of #DDEEA7
Black with #DDEEA7
Text Example
Text Example
White with #DDEEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEA7; }
p { color: rgb(221,238,167); }
H1.HeaderClassName
{
color: #DDEEA7;
}
.AnyTagClassName
{
color: #DDEEA7;
}
</style>
background-color css
<style>
a { background-color: #DDEEA7; }
a { background-color: rgb(221,238,167); }
div.DivClassName
{
background-color: #DDEEA7;
}
.BgClassName
{
background-color: #DDEEA7;
}
</style>
border-color css
<style>
span { border-color: #DDEEA7; }
span { border-color: rgb(221,238,167); }
td.TdClassName
{
border-color: #DDEEA7;
}
.TagClassName
{
border-color: #DDEEA7;
}
</style>