Shades of Reef #DDEEA5
Tints of Reef #DDEEA5
RGB
CMYK
RGB Variations
Color information
#DDEEA5 (or 0xDDEEA5) is known color: Reef. HEX triplet: DD, EE and A5. RGB value is (221,238,165). Sum of RGB (Red+Green+Blue) = 221+238+165=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEA5 is #22115A. Grayscale: #E0E0E0. Windows color (decimal): -2232667 or 10874589. OLE color: 10874589.
HSL color Cylindrical-coordinate representation of color #DDEEA5: hue angle of 73.97º degrees, saturation: 0.68, 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 #DDEEA5 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 165 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.07 |
| HSL | 73.97º | 0.68% | 0.79% | - |
| HSV(B) | 73.97º | 0.31% | 0.93% | - |
| XYZ | 67.18 | 79.24 | 47.35 | - |
| YUV | 224.6 | 94.37 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 165 | 0.07 | 0 | 0.31 | 0.07 | 73.97 | 0.68 | 0.79 |
| Hex | DD | EE | A5 | 7 | 0 | 1F | 7 | 4A | 44 | 4F |
| Octal | 335 | 356 | 245 | 7 | 0 | 37 | 7 | 112 | 104 | 117 |
| Binary | 11011101 | 11101110 | 10100101 | 111 | 0 | 11111 | 111 | 1001010 | 1000100 | 1001111 |
Color Harmonies of #DDEEA5
Complementary color
Monochromatic Colors of #DDEEA5
Black with #DDEEA5
Text Example
Text Example
White with #DDEEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEA5; }
p { color: rgb(221,238,165); }
H1.HeaderClassName
{
color: #DDEEA5;
}
.AnyTagClassName
{
color: #DDEEA5;
}
</style>
background-color css
<style>
a { background-color: #DDEEA5; }
a { background-color: rgb(221,238,165); }
div.DivClassName
{
background-color: #DDEEA5;
}
.BgClassName
{
background-color: #DDEEA5;
}
</style>
border-color css
<style>
span { border-color: #DDEEA5; }
span { border-color: rgb(221,238,165); }
td.TdClassName
{
border-color: #DDEEA5;
}
.TagClassName
{
border-color: #DDEEA5;
}
</style>