Shades of Reef #CEDB99
Tints of Reef #CEDB99
RGB
CMYK
RGB Variations
Color information
#CEDB99 (or 0xCEDB99) is known color: Reef. HEX triplet: CE, DB and 99. RGB value is (206,219,153). Sum of RGB (Red+Green+Blue) = 206+219+153=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 153 (60.16% from 255 or 26.47% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB99 is #312466. Grayscale: #CFCFCF. Windows color (decimal): -3220583 or 10083278. OLE color: 10083278.
HSL color Cylindrical-coordinate representation of color #CEDB99: hue angle of 71.82º degrees, saturation: 0.48, 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 #CEDB99 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 153 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.14 |
| HSL | 71.82º | 0.48% | 0.73% | - |
| HSV(B) | 71.82º | 0.3% | 0.86% | - |
| XYZ | 56.53 | 66.08 | 39.91 | - |
| YUV | 207.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 153 | 0.06 | 0 | 0.30 | 0.14 | 71.82 | 0.48 | 0.73 |
| Hex | CE | DB | 99 | 6 | 0 | 1E | E | 48 | 30 | 49 |
| Octal | 316 | 333 | 231 | 6 | 0 | 36 | 16 | 110 | 60 | 111 |
| Binary | 11001110 | 11011011 | 10011001 | 110 | 0 | 11110 | 1110 | 1001000 | 110000 | 1001001 |
Color Harmonies of #CEDB99
Complementary color
Monochromatic Colors of #CEDB99
Black with #CEDB99
Text Example
Text Example
White with #CEDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB99; }
p { color: rgb(206,219,153); }
H1.HeaderClassName
{
color: #CEDB99;
}
.AnyTagClassName
{
color: #CEDB99;
}
</style>
background-color css
<style>
a { background-color: #CEDB99; }
a { background-color: rgb(206,219,153); }
div.DivClassName
{
background-color: #CEDB99;
}
.BgClassName
{
background-color: #CEDB99;
}
</style>
border-color css
<style>
span { border-color: #CEDB99; }
span { border-color: rgb(206,219,153); }
td.TdClassName
{
border-color: #CEDB99;
}
.TagClassName
{
border-color: #CEDB99;
}
</style>