Shades of Reef #DDEFA1
Tints of Reef #DDEFA1
RGB
CMYK
RGB Variations
Color information
#DDEFA1 (or 0xDDEFA1) is known color: Reef. HEX triplet: DD, EF and A1. RGB value is (221,239,161). Sum of RGB (Red+Green+Blue) = 221+239+161=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFA1 is #22105E. Grayscale: #E1E1E1. Windows color (decimal): -2232415 or 10612701. OLE color: 10612701.
HSL color Cylindrical-coordinate representation of color #DDEFA1: hue angle of 73.85º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDEFA1 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 161 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.06 |
| HSL | 73.85º | 0.71% | 0.78% | - |
| HSV(B) | 73.85º | 0.33% | 0.94% | - |
| XYZ | 67.12 | 79.68 | 45.56 | - |
| YUV | 224.73 | 92.04 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 161 | 0.08 | 0 | 0.33 | 0.06 | 73.85 | 0.71 | 0.78 |
| Hex | DD | EF | A1 | 8 | 0 | 21 | 6 | 4A | 47 | 4E |
| Octal | 335 | 357 | 241 | 10 | 0 | 41 | 6 | 112 | 107 | 116 |
| Binary | 11011101 | 11101111 | 10100001 | 1000 | 0 | 100001 | 110 | 1001010 | 1000111 | 1001110 |
Color Harmonies of #DDEFA1
Complementary color
Monochromatic Colors of #DDEFA1
Black with #DDEFA1
Text Example
Text Example
White with #DDEFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEFA1; }
p { color: rgb(221,239,161); }
H1.HeaderClassName
{
color: #DDEFA1;
}
.AnyTagClassName
{
color: #DDEFA1;
}
</style>
background-color css
<style>
a { background-color: #DDEFA1; }
a { background-color: rgb(221,239,161); }
div.DivClassName
{
background-color: #DDEFA1;
}
.BgClassName
{
background-color: #DDEFA1;
}
</style>
border-color css
<style>
span { border-color: #DDEFA1; }
span { border-color: rgb(221,239,161); }
td.TdClassName
{
border-color: #DDEFA1;
}
.TagClassName
{
border-color: #DDEFA1;
}
</style>