Shades of Reef #CEDDAA
Tints of Reef #CEDDAA
RGB
CMYK
RGB Variations
Color information
#CEDDAA (or 0xCEDDAA) is known color: Reef. HEX triplet: CE, DD and AA. RGB value is (206,221,170). Sum of RGB (Red+Green+Blue) = 206+221+170=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDAA is #312255. Grayscale: #D2D2D2. Windows color (decimal): -3220054 or 11197902. OLE color: 11197902.
HSL color Cylindrical-coordinate representation of color #CEDDAA: hue angle of 77.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEDDAA is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 170 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.13 |
| HSL | 77.65º | 0.43% | 0.77% | - |
| HSV(B) | 77.65º | 0.23% | 0.87% | - |
| XYZ | 58.57 | 67.74 | 48.02 | - |
| YUV | 210.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 170 | 0.07 | 0 | 0.23 | 0.13 | 77.65 | 0.43 | 0.77 |
| Hex | CE | DD | AA | 7 | 0 | 17 | D | 4E | 2B | 4D |
| Octal | 316 | 335 | 252 | 7 | 0 | 27 | 15 | 116 | 53 | 115 |
| Binary | 11001110 | 11011101 | 10101010 | 111 | 0 | 10111 | 1101 | 1001110 | 101011 | 1001101 |
Color Harmonies of #CEDDAA
Complementary color
Monochromatic Colors of #CEDDAA
Black with #CEDDAA
Text Example
Text Example
White with #CEDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDAA; }
p { color: rgb(206,221,170); }
H1.HeaderClassName
{
color: #CEDDAA;
}
.AnyTagClassName
{
color: #CEDDAA;
}
</style>
background-color css
<style>
a { background-color: #CEDDAA; }
a { background-color: rgb(206,221,170); }
div.DivClassName
{
background-color: #CEDDAA;
}
.BgClassName
{
background-color: #CEDDAA;
}
</style>
border-color css
<style>
span { border-color: #CEDDAA; }
span { border-color: rgb(206,221,170); }
td.TdClassName
{
border-color: #CEDDAA;
}
.TagClassName
{
border-color: #CEDDAA;
}
</style>