Shades of Reef #DDEFAB
Tints of Reef #DDEFAB
RGB
CMYK
RGB Variations
Color information
#DDEFAB (or 0xDDEFAB) is known color: Reef. HEX triplet: DD, EF and AB. RGB value is (221,239,171). Sum of RGB (Red+Green+Blue) = 221+239+171=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 171 (67.19% from 255 or 27.10% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFAB is #221054. Grayscale: #E2E2E2. Windows color (decimal): -2232405 or 11268061. OLE color: 11268061.
HSL color Cylindrical-coordinate representation of color #DDEFAB: hue angle of 75.88º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDEFAB is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 171 | - |
| CMYK | 0.08 | 0 | 0.28 | 0.06 |
| HSL | 75.88º | 0.68% | 0.8% | - |
| HSV(B) | 75.88º | 0.28% | 0.94% | - |
| XYZ | 68.04 | 80.05 | 50.39 | - |
| YUV | 225.87 | 97.04 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 171 | 0.08 | 0 | 0.28 | 0.06 | 75.88 | 0.68 | 0.8 |
| Hex | DD | EF | AB | 8 | 0 | 1C | 6 | 4C | 44 | 50 |
| Octal | 335 | 357 | 253 | 10 | 0 | 34 | 6 | 114 | 104 | 120 |
| Binary | 11011101 | 11101111 | 10101011 | 1000 | 0 | 11100 | 110 | 1001100 | 1000100 | 1010000 |
Color Harmonies of #DDEFAB
Complementary color
Monochromatic Colors of #DDEFAB
Black with #DDEFAB
Text Example
Text Example
White with #DDEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFAB; }
p { color: rgb(221,239,171); }
H1.HeaderClassName
{
color: #DDEFAB;
}
.AnyTagClassName
{
color: #DDEFAB;
}
</style>
background-color css
<style>
a { background-color: #DDEFAB; }
a { background-color: rgb(221,239,171); }
div.DivClassName
{
background-color: #DDEFAB;
}
.BgClassName
{
background-color: #DDEFAB;
}
</style>
border-color css
<style>
span { border-color: #DDEFAB; }
span { border-color: rgb(221,239,171); }
td.TdClassName
{
border-color: #DDEFAB;
}
.TagClassName
{
border-color: #DDEFAB;
}
</style>