Shades of Reef #DDEFAA
Tints of Reef #DDEFAA
RGB
CMYK
RGB Variations
Color information
#DDEFAA (or 0xDDEFAA) is known color: Reef. HEX triplet: DD, EF and AA. RGB value is (221,239,170). Sum of RGB (Red+Green+Blue) = 221+239+170=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 170 (66.80% from 255 or 26.98% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFAA is #221055. Grayscale: #E2E2E2. Windows color (decimal): -2232406 or 11202525. OLE color: 11202525.
HSL color Cylindrical-coordinate representation of color #DDEFAA: hue angle of 75.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDEFAA is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 170 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.06 |
| HSL | 75.65º | 0.68% | 0.8% | - |
| HSV(B) | 75.65º | 0.29% | 0.94% | - |
| XYZ | 67.94 | 80.01 | 49.89 | - |
| YUV | 225.75 | 96.54 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 170 | 0.08 | 0 | 0.29 | 0.06 | 75.65 | 0.68 | 0.8 |
| Hex | DD | EF | AA | 8 | 0 | 1D | 6 | 4C | 44 | 50 |
| Octal | 335 | 357 | 252 | 10 | 0 | 35 | 6 | 114 | 104 | 120 |
| Binary | 11011101 | 11101111 | 10101010 | 1000 | 0 | 11101 | 110 | 1001100 | 1000100 | 1010000 |
Color Harmonies of #DDEFAA
Complementary color
Monochromatic Colors of #DDEFAA
Black with #DDEFAA
Text Example
Text Example
White with #DDEFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFAA; }
p { color: rgb(221,239,170); }
H1.HeaderClassName
{
color: #DDEFAA;
}
.AnyTagClassName
{
color: #DDEFAA;
}
</style>
background-color css
<style>
a { background-color: #DDEFAA; }
a { background-color: rgb(221,239,170); }
div.DivClassName
{
background-color: #DDEFAA;
}
.BgClassName
{
background-color: #DDEFAA;
}
</style>
border-color css
<style>
span { border-color: #DDEFAA; }
span { border-color: rgb(221,239,170); }
td.TdClassName
{
border-color: #DDEFAA;
}
.TagClassName
{
border-color: #DDEFAA;
}
</style>