Shades of Reef #CEDC99
Tints of Reef #CEDC99
RGB
CMYK
RGB Variations
Color information
#CEDC99 (or 0xCEDC99) is known color: Reef. HEX triplet: CE, DC and 99. RGB value is (206,220,153). Sum of RGB (Red+Green+Blue) = 206+220+153=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDC99 is #312366. Grayscale: #D0D0D0. Windows color (decimal): -3220327 or 10083534. OLE color: 10083534.
HSL color Cylindrical-coordinate representation of color #CEDC99: hue angle of 72.54º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDC99 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 153 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.14 |
| HSL | 72.54º | 0.49% | 0.73% | - |
| HSV(B) | 72.54º | 0.3% | 0.86% | - |
| XYZ | 56.8 | 66.61 | 40 | - |
| YUV | 208.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 153 | 0.06 | 0 | 0.30 | 0.14 | 72.54 | 0.49 | 0.73 |
| Hex | CE | DC | 99 | 6 | 0 | 1E | E | 49 | 31 | 49 |
| Octal | 316 | 334 | 231 | 6 | 0 | 36 | 16 | 111 | 61 | 111 |
| Binary | 11001110 | 11011100 | 10011001 | 110 | 0 | 11110 | 1110 | 1001001 | 110001 | 1001001 |
Color Harmonies of #CEDC99
Complementary color
Monochromatic Colors of #CEDC99
Black with #CEDC99
Text Example
Text Example
White with #CEDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC99; }
p { color: rgb(206,220,153); }
H1.HeaderClassName
{
color: #CEDC99;
}
.AnyTagClassName
{
color: #CEDC99;
}
</style>
background-color css
<style>
a { background-color: #CEDC99; }
a { background-color: rgb(206,220,153); }
div.DivClassName
{
background-color: #CEDC99;
}
.BgClassName
{
background-color: #CEDC99;
}
</style>
border-color css
<style>
span { border-color: #CEDC99; }
span { border-color: rgb(206,220,153); }
td.TdClassName
{
border-color: #CEDC99;
}
.TagClassName
{
border-color: #CEDC99;
}
</style>