Shades of Reef #DDEFA5
Tints of Reef #DDEFA5
RGB
CMYK
RGB Variations
Color information
#DDEFA5 (or 0xDDEFA5) is known color: Reef. HEX triplet: DD, EF and A5. RGB value is (221,239,165). Sum of RGB (Red+Green+Blue) = 221+239+165=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 165 (64.84% from 255 or 26.4% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFA5 is #22105A. Grayscale: #E1E1E1. Windows color (decimal): -2232411 or 10874845. OLE color: 10874845.
HSL color Cylindrical-coordinate representation of color #DDEFA5: hue angle of 74.59º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDEFA5 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 165 | - |
| CMYK | 0.08 | 0 | 0.31 | 0.06 |
| HSL | 74.59º | 0.7% | 0.79% | - |
| HSV(B) | 74.59º | 0.31% | 0.94% | - |
| XYZ | 67.48 | 79.82 | 47.45 | - |
| YUV | 225.18 | 94.04 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 165 | 0.08 | 0 | 0.31 | 0.06 | 74.59 | 0.7 | 0.79 |
| Hex | DD | EF | A5 | 8 | 0 | 1F | 6 | 4B | 46 | 4F |
| Octal | 335 | 357 | 245 | 10 | 0 | 37 | 6 | 113 | 106 | 117 |
| Binary | 11011101 | 11101111 | 10100101 | 1000 | 0 | 11111 | 110 | 1001011 | 1000110 | 1001111 |
Color Harmonies of #DDEFA5
Complementary color
Monochromatic Colors of #DDEFA5
Black with #DDEFA5
Text Example
Text Example
White with #DDEFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFA5; }
p { color: rgb(221,239,165); }
H1.HeaderClassName
{
color: #DDEFA5;
}
.AnyTagClassName
{
color: #DDEFA5;
}
</style>
background-color css
<style>
a { background-color: #DDEFA5; }
a { background-color: rgb(221,239,165); }
div.DivClassName
{
background-color: #DDEFA5;
}
.BgClassName
{
background-color: #DDEFA5;
}
</style>
border-color css
<style>
span { border-color: #DDEFA5; }
span { border-color: rgb(221,239,165); }
td.TdClassName
{
border-color: #DDEFA5;
}
.TagClassName
{
border-color: #DDEFA5;
}
</style>