Shades of Reef #DDEEA4
Tints of Reef #DDEEA4
RGB
CMYK
RGB Variations
Color information
#DDEEA4 (or 0xDDEEA4) is known color: Reef. HEX triplet: DD, EE and A4. RGB value is (221,238,164). Sum of RGB (Red+Green+Blue) = 221+238+164=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 164 (64.45% from 255 or 26.32% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEA4 is #22115B. Grayscale: #E0E0E0. Windows color (decimal): -2232668 or 10809053. OLE color: 10809053.
HSL color Cylindrical-coordinate representation of color #DDEEA4: hue angle of 73.78º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDEEA4 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 164 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.07 |
| HSL | 73.78º | 0.69% | 0.79% | - |
| HSV(B) | 73.78º | 0.31% | 0.93% | - |
| XYZ | 67.09 | 79.2 | 46.87 | - |
| YUV | 224.48 | 93.87 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 164 | 0.07 | 0 | 0.31 | 0.07 | 73.78 | 0.69 | 0.79 |
| Hex | DD | EE | A4 | 7 | 0 | 1F | 7 | 4A | 45 | 4F |
| Octal | 335 | 356 | 244 | 7 | 0 | 37 | 7 | 112 | 105 | 117 |
| Binary | 11011101 | 11101110 | 10100100 | 111 | 0 | 11111 | 111 | 1001010 | 1000101 | 1001111 |
Color Harmonies of #DDEEA4
Complementary color
Monochromatic Colors of #DDEEA4
Black with #DDEEA4
Text Example
Text Example
White with #DDEEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEA4; }
p { color: rgb(221,238,164); }
H1.HeaderClassName
{
color: #DDEEA4;
}
.AnyTagClassName
{
color: #DDEEA4;
}
</style>
background-color css
<style>
a { background-color: #DDEEA4; }
a { background-color: rgb(221,238,164); }
div.DivClassName
{
background-color: #DDEEA4;
}
.BgClassName
{
background-color: #DDEEA4;
}
</style>
border-color css
<style>
span { border-color: #DDEEA4; }
span { border-color: rgb(221,238,164); }
td.TdClassName
{
border-color: #DDEEA4;
}
.TagClassName
{
border-color: #DDEEA4;
}
</style>