Shades of Reef #CEDB9B
Tints of Reef #CEDB9B
RGB
CMYK
RGB Variations
Color information
#CEDB9B (or 0xCEDB9B) is known color: Reef. HEX triplet: CE, DB and 9B. RGB value is (206,219,155). Sum of RGB (Red+Green+Blue) = 206+219+155=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 155 (60.94% from 255 or 26.72% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB9B is #312464. Grayscale: #D0D0D0. Windows color (decimal): -3220581 or 10214350. OLE color: 10214350.
HSL color Cylindrical-coordinate representation of color #CEDB9B: hue angle of 72.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEDB9B is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 155 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.14 |
| HSL | 72.19º | 0.47% | 0.73% | - |
| HSV(B) | 72.19º | 0.29% | 0.86% | - |
| XYZ | 56.7 | 66.15 | 40.79 | - |
| YUV | 207.82 | 98.19 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 155 | 0.06 | 0 | 0.29 | 0.14 | 72.19 | 0.47 | 0.73 |
| Hex | CE | DB | 9B | 6 | 0 | 1D | E | 48 | 2F | 49 |
| Octal | 316 | 333 | 233 | 6 | 0 | 35 | 16 | 110 | 57 | 111 |
| Binary | 11001110 | 11011011 | 10011011 | 110 | 0 | 11101 | 1110 | 1001000 | 101111 | 1001001 |
Color Harmonies of #CEDB9B
Complementary color
Monochromatic Colors of #CEDB9B
Black with #CEDB9B
Text Example
Text Example
White with #CEDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB9B; }
p { color: rgb(206,219,155); }
H1.HeaderClassName
{
color: #CEDB9B;
}
.AnyTagClassName
{
color: #CEDB9B;
}
</style>
background-color css
<style>
a { background-color: #CEDB9B; }
a { background-color: rgb(206,219,155); }
div.DivClassName
{
background-color: #CEDB9B;
}
.BgClassName
{
background-color: #CEDB9B;
}
</style>
border-color css
<style>
span { border-color: #CEDB9B; }
span { border-color: rgb(206,219,155); }
td.TdClassName
{
border-color: #CEDB9B;
}
.TagClassName
{
border-color: #CEDB9B;
}
</style>