Shades of Reef #DDEEA8
Tints of Reef #DDEEA8
RGB
CMYK
RGB Variations
Color information
#DDEEA8 (or 0xDDEEA8) is known color: Reef. HEX triplet: DD, EE and A8. RGB value is (221,238,168). Sum of RGB (Red+Green+Blue) = 221+238+168=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 168 (66.02% from 255 or 26.79% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEA8 is #221157. Grayscale: #E1E1E1. Windows color (decimal): -2232664 or 11071197. OLE color: 11071197.
HSL color Cylindrical-coordinate representation of color #DDEEA8: hue angle of 74.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDEEA8 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 168 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.07 |
| HSL | 74.57º | 0.67% | 0.8% | - |
| HSV(B) | 74.57º | 0.29% | 0.93% | - |
| XYZ | 67.46 | 79.35 | 48.81 | - |
| YUV | 224.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 168 | 0.07 | 0 | 0.29 | 0.07 | 74.57 | 0.67 | 0.8 |
| Hex | DD | EE | A8 | 7 | 0 | 1D | 7 | 4B | 43 | 50 |
| Octal | 335 | 356 | 250 | 7 | 0 | 35 | 7 | 113 | 103 | 120 |
| Binary | 11011101 | 11101110 | 10101000 | 111 | 0 | 11101 | 111 | 1001011 | 1000011 | 1010000 |
Color Harmonies of #DDEEA8
Complementary color
Monochromatic Colors of #DDEEA8
Black with #DDEEA8
Text Example
Text Example
White with #DDEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEA8; }
p { color: rgb(221,238,168); }
H1.HeaderClassName
{
color: #DDEEA8;
}
.AnyTagClassName
{
color: #DDEEA8;
}
</style>
background-color css
<style>
a { background-color: #DDEEA8; }
a { background-color: rgb(221,238,168); }
div.DivClassName
{
background-color: #DDEEA8;
}
.BgClassName
{
background-color: #DDEEA8;
}
</style>
border-color css
<style>
span { border-color: #DDEEA8; }
span { border-color: rgb(221,238,168); }
td.TdClassName
{
border-color: #DDEEA8;
}
.TagClassName
{
border-color: #DDEEA8;
}
</style>