Shades of Reef #CEDB9C
Tints of Reef #CEDB9C
RGB
CMYK
RGB Variations
Color information
#CEDB9C (or 0xCEDB9C) is known color: Reef. HEX triplet: CE, DB and 9C. RGB value is (206,219,156). Sum of RGB (Red+Green+Blue) = 206+219+156=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB9C is #312463. Grayscale: #D0D0D0. Windows color (decimal): -3220580 or 10279886. OLE color: 10279886.
HSL color Cylindrical-coordinate representation of color #CEDB9C: hue angle of 72.38º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEDB9C is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 156 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.14 |
| HSL | 72.38º | 0.47% | 0.74% | - |
| HSV(B) | 72.38º | 0.29% | 0.86% | - |
| XYZ | 56.79 | 66.19 | 41.23 | - |
| YUV | 207.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 156 | 0.06 | 0 | 0.29 | 0.14 | 72.38 | 0.47 | 0.74 |
| Hex | CE | DB | 9C | 6 | 0 | 1D | E | 48 | 2F | 4A |
| Octal | 316 | 333 | 234 | 6 | 0 | 35 | 16 | 110 | 57 | 112 |
| Binary | 11001110 | 11011011 | 10011100 | 110 | 0 | 11101 | 1110 | 1001000 | 101111 | 1001010 |
Color Harmonies of #CEDB9C
Complementary color
Monochromatic Colors of #CEDB9C
Black with #CEDB9C
Text Example
Text Example
White with #CEDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB9C; }
p { color: rgb(206,219,156); }
H1.HeaderClassName
{
color: #CEDB9C;
}
.AnyTagClassName
{
color: #CEDB9C;
}
</style>
background-color css
<style>
a { background-color: #CEDB9C; }
a { background-color: rgb(206,219,156); }
div.DivClassName
{
background-color: #CEDB9C;
}
.BgClassName
{
background-color: #CEDB9C;
}
</style>
border-color css
<style>
span { border-color: #CEDB9C; }
span { border-color: rgb(206,219,156); }
td.TdClassName
{
border-color: #CEDB9C;
}
.TagClassName
{
border-color: #CEDB9C;
}
</style>