Shades of Reef #DDEDAA
Tints of Reef #DDEDAA
RGB
CMYK
RGB Variations
Color information
#DDEDAA (or 0xDDEDAA) is known color: Reef. HEX triplet: DD, ED and AA. RGB value is (221,237,170). Sum of RGB (Red+Green+Blue) = 221+237+170=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDAA is #221255. Grayscale: #E0E0E0. Windows color (decimal): -2232918 or 11202013. OLE color: 11202013.
HSL color Cylindrical-coordinate representation of color #DDEDAA: hue angle of 74.33º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDEDAA is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 237 | 170 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.07 |
| HSL | 74.33º | 0.65% | 0.8% | - |
| HSV(B) | 74.33º | 0.28% | 0.93% | - |
| XYZ | 67.36 | 78.84 | 49.7 | - |
| YUV | 224.58 | 97.2 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 237 | 170 | 0.07 | 0 | 0.28 | 0.07 | 74.33 | 0.65 | 0.8 |
| Hex | DD | ED | AA | 7 | 0 | 1C | 7 | 4A | 41 | 50 |
| Octal | 335 | 355 | 252 | 7 | 0 | 34 | 7 | 112 | 101 | 120 |
| Binary | 11011101 | 11101101 | 10101010 | 111 | 0 | 11100 | 111 | 1001010 | 1000001 | 1010000 |
Color Harmonies of #DDEDAA
Complementary color
Monochromatic Colors of #DDEDAA
Black with #DDEDAA
Text Example
Text Example
White with #DDEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDAA; }
p { color: rgb(221,237,170); }
H1.HeaderClassName
{
color: #DDEDAA;
}
.AnyTagClassName
{
color: #DDEDAA;
}
</style>
background-color css
<style>
a { background-color: #DDEDAA; }
a { background-color: rgb(221,237,170); }
div.DivClassName
{
background-color: #DDEDAA;
}
.BgClassName
{
background-color: #DDEDAA;
}
</style>
border-color css
<style>
span { border-color: #DDEDAA; }
span { border-color: rgb(221,237,170); }
td.TdClassName
{
border-color: #DDEDAA;
}
.TagClassName
{
border-color: #DDEDAA;
}
</style>