Shades of Reef #DCEDAA
Tints of Reef #DCEDAA
RGB
CMYK
RGB Variations
Color information
#DCEDAA (or 0xDCEDAA) is known color: Reef. HEX triplet: DC, ED and AA. RGB value is (220,237,170). Sum of RGB (Red+Green+Blue) = 220+237+170=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 170 (66.80% from 255 or 27.11% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDAA is #231255. Grayscale: #E0E0E0. Windows color (decimal): -2298454 or 11202012. OLE color: 11202012.
HSL color Cylindrical-coordinate representation of color #DCEDAA: hue angle of 75.22º 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 #DCEDAA is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 170 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.07 |
| HSL | 75.22º | 0.65% | 0.8% | - |
| HSV(B) | 75.22º | 0.28% | 0.93% | - |
| XYZ | 67.06 | 78.69 | 49.68 | - |
| YUV | 224.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 170 | 0.07 | 0 | 0.28 | 0.07 | 75.22 | 0.65 | 0.8 |
| Hex | DC | ED | AA | 7 | 0 | 1C | 7 | 4B | 41 | 50 |
| Octal | 334 | 355 | 252 | 7 | 0 | 34 | 7 | 113 | 101 | 120 |
| Binary | 11011100 | 11101101 | 10101010 | 111 | 0 | 11100 | 111 | 1001011 | 1000001 | 1010000 |
Color Harmonies of #DCEDAA
Complementary color
Monochromatic Colors of #DCEDAA
Black with #DCEDAA
Text Example
Text Example
White with #DCEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDAA; }
p { color: rgb(220,237,170); }
H1.HeaderClassName
{
color: #DCEDAA;
}
.AnyTagClassName
{
color: #DCEDAA;
}
</style>
background-color css
<style>
a { background-color: #DCEDAA; }
a { background-color: rgb(220,237,170); }
div.DivClassName
{
background-color: #DCEDAA;
}
.BgClassName
{
background-color: #DCEDAA;
}
</style>
border-color css
<style>
span { border-color: #DCEDAA; }
span { border-color: rgb(220,237,170); }
td.TdClassName
{
border-color: #DCEDAA;
}
.TagClassName
{
border-color: #DCEDAA;
}
</style>