Shades of Reef #CEDDA0
Tints of Reef #CEDDA0
RGB
CMYK
RGB Variations
Color information
#CEDDA0 (or 0xCEDDA0) is known color: Reef. HEX triplet: CE, DD and A0. RGB value is (206,221,160). Sum of RGB (Red+Green+Blue) = 206+221+160=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDDA0 is #31225F. Grayscale: #D1D1D1. Windows color (decimal): -3220064 or 10542542. OLE color: 10542542.
HSL color Cylindrical-coordinate representation of color #CEDDA0: hue angle of 74.75º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEDDA0 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 221 | 160 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.13 |
| HSL | 74.75º | 0.47% | 0.75% | - |
| HSV(B) | 74.75º | 0.28% | 0.87% | - |
| XYZ | 57.66 | 67.37 | 43.22 | - |
| YUV | 209.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 221 | 160 | 0.07 | 0 | 0.28 | 0.13 | 74.75 | 0.47 | 0.75 |
| Hex | CE | DD | A0 | 7 | 0 | 1C | D | 4B | 2F | 4B |
| Octal | 316 | 335 | 240 | 7 | 0 | 34 | 15 | 113 | 57 | 113 |
| Binary | 11001110 | 11011101 | 10100000 | 111 | 0 | 11100 | 1101 | 1001011 | 101111 | 1001011 |
Color Harmonies of #CEDDA0
Complementary color
Monochromatic Colors of #CEDDA0
Black with #CEDDA0
Text Example
Text Example
White with #CEDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDA0; }
p { color: rgb(206,221,160); }
H1.HeaderClassName
{
color: #CEDDA0;
}
.AnyTagClassName
{
color: #CEDDA0;
}
</style>
background-color css
<style>
a { background-color: #CEDDA0; }
a { background-color: rgb(206,221,160); }
div.DivClassName
{
background-color: #CEDDA0;
}
.BgClassName
{
background-color: #CEDDA0;
}
</style>
border-color css
<style>
span { border-color: #CEDDA0; }
span { border-color: rgb(206,221,160); }
td.TdClassName
{
border-color: #CEDDA0;
}
.TagClassName
{
border-color: #CEDDA0;
}
</style>