Shades of Reef #DDEFAE
Tints of Reef #DDEFAE
RGB
CMYK
RGB Variations
Color information
#DDEFAE (or 0xDDEFAE) is known color: Reef. HEX triplet: DD, EF and AE. RGB value is (221,239,174). Sum of RGB (Red+Green+Blue) = 221+239+174=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 174 (68.36% from 255 or 27.44% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFAE is #221051. Grayscale: #E2E2E2. Windows color (decimal): -2232402 or 11464669. OLE color: 11464669.
HSL color Cylindrical-coordinate representation of color #DDEFAE: hue angle of 76.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDEFAE is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 174 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.06 |
| HSL | 76.62º | 0.67% | 0.81% | - |
| HSV(B) | 76.62º | 0.27% | 0.94% | - |
| XYZ | 68.33 | 80.16 | 51.92 | - |
| YUV | 226.21 | 98.54 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 174 | 0.08 | 0 | 0.27 | 0.06 | 76.62 | 0.67 | 0.81 |
| Hex | DD | EF | AE | 8 | 0 | 1B | 6 | 4D | 43 | 51 |
| Octal | 335 | 357 | 256 | 10 | 0 | 33 | 6 | 115 | 103 | 121 |
| Binary | 11011101 | 11101111 | 10101110 | 1000 | 0 | 11011 | 110 | 1001101 | 1000011 | 1010001 |
Color Harmonies of #DDEFAE
Complementary color
Monochromatic Colors of #DDEFAE
Black with #DDEFAE
Text Example
Text Example
White with #DDEFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFAE; }
p { color: rgb(221,239,174); }
H1.HeaderClassName
{
color: #DDEFAE;
}
.AnyTagClassName
{
color: #DDEFAE;
}
</style>
background-color css
<style>
a { background-color: #DDEFAE; }
a { background-color: rgb(221,239,174); }
div.DivClassName
{
background-color: #DDEFAE;
}
.BgClassName
{
background-color: #DDEFAE;
}
</style>
border-color css
<style>
span { border-color: #DDEFAE; }
span { border-color: rgb(221,239,174); }
td.TdClassName
{
border-color: #DDEFAE;
}
.TagClassName
{
border-color: #DDEFAE;
}
</style>