Shades of Reef #DDEDA0
Tints of Reef #DDEDA0
RGB
CMYK
RGB Variations
Color information
#DDEDA0 (or 0xDDEDA0) is known color: Reef. HEX triplet: DD, ED and A0. RGB value is (221,237,160). Sum of RGB (Red+Green+Blue) = 221+237+160=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDA0 is #22125F. Grayscale: #DFDFDF. Windows color (decimal): -2232928 or 10546653. OLE color: 10546653.
HSL color Cylindrical-coordinate representation of color #DDEDA0: hue angle of 72.47º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDEDA0 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 160 | - |
CMYK | 0.07 | 0 | 0.32 | 0.07 |
HSL | 72.47º | 0.68% | 0.78% | - |
HSV(B) | 72.47º | 0.32% | 0.93% | - |
XYZ | 66.45 | 78.48 | 44.9 | - |
YUV | 223.44 | 92.2 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 160 | 0.07 | 0 | 0.32 | 0.07 | 72.47 | 0.68 | 0.78 |
Hex | DD | ED | A0 | 7 | 0 | 20 | 7 | 48 | 44 | 4E |
Octal | 335 | 355 | 240 | 7 | 0 | 40 | 7 | 110 | 104 | 116 |
Binary | 11011101 | 11101101 | 10100000 | 111 | 0 | 100000 | 111 | 1001000 | 1000100 | 1001110 |
Color Harmonies of #DDEDA0
Complementary color
Monochromatic Colors of #DDEDA0
Black with #DDEDA0
Text Example
Text Example
White with #DDEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDA0; }
p { color: rgb(221,237,160); }
H1.HeaderClassName
{
color: #DDEDA0;
}
.AnyTagClassName
{
color: #DDEDA0;
}
</style>
background-color css
<style>
a { background-color: #DDEDA0; }
a { background-color: rgb(221,237,160); }
div.DivClassName
{
background-color: #DDEDA0;
}
.BgClassName
{
background-color: #DDEDA0;
}
</style>
border-color css
<style>
span { border-color: #DDEDA0; }
span { border-color: rgb(221,237,160); }
td.TdClassName
{
border-color: #DDEDA0;
}
.TagClassName
{
border-color: #DDEDA0;
}
</style>