Shades of Reef #DDEDA1
Tints of Reef #DDEDA1
RGB
CMYK
RGB Variations
Color information
#DDEDA1 (or 0xDDEDA1) is known color: Reef. HEX triplet: DD, ED and A1. RGB value is (221,237,161). Sum of RGB (Red+Green+Blue) = 221+237+161=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDA1 is #22125E. Grayscale: #DFDFDF. Windows color (decimal): -2232927 or 10612189. OLE color: 10612189.
HSL color Cylindrical-coordinate representation of color #DDEDA1: hue angle of 72.63º 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 #DDEDA1 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 237 | 161 | - |
CMYK | 0.07 | 0 | 0.32 | 0.07 |
HSL | 72.63º | 0.68% | 0.78% | - |
HSV(B) | 72.63º | 0.32% | 0.93% | - |
XYZ | 66.54 | 78.51 | 45.37 | - |
YUV | 223.55 | 92.7 | 126.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 161 | 0.07 | 0 | 0.32 | 0.07 | 72.63 | 0.68 | 0.78 |
Hex | DD | ED | A1 | 7 | 0 | 20 | 7 | 49 | 44 | 4E |
Octal | 335 | 355 | 241 | 7 | 0 | 40 | 7 | 111 | 104 | 116 |
Binary | 11011101 | 11101101 | 10100001 | 111 | 0 | 100000 | 111 | 1001001 | 1000100 | 1001110 |
Color Harmonies of #DDEDA1
Complementary color
Monochromatic Colors of #DDEDA1
Black with #DDEDA1
Text Example
Text Example
White with #DDEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDA1; }
p { color: rgb(221,237,161); }
H1.HeaderClassName
{
color: #DDEDA1;
}
.AnyTagClassName
{
color: #DDEDA1;
}
</style>
background-color css
<style>
a { background-color: #DDEDA1; }
a { background-color: rgb(221,237,161); }
div.DivClassName
{
background-color: #DDEDA1;
}
.BgClassName
{
background-color: #DDEDA1;
}
</style>
border-color css
<style>
span { border-color: #DDEDA1; }
span { border-color: rgb(221,237,161); }
td.TdClassName
{
border-color: #DDEDA1;
}
.TagClassName
{
border-color: #DDEDA1;
}
</style>