Shades of Reef #CEDB9E
Tints of Reef #CEDB9E
RGB
CMYK
RGB Variations
Color information
#CEDB9E (or 0xCEDB9E) is known color: Reef. HEX triplet: CE, DB and 9E. RGB value is (206,219,158). Sum of RGB (Red+Green+Blue) = 206+219+158=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 158 (62.11% from 255 or 27.10% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB9E is #312461. Grayscale: #D0D0D0. Windows color (decimal): -3220578 or 10410958. OLE color: 10410958.
HSL color Cylindrical-coordinate representation of color #CEDB9E: hue angle of 72.79º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEDB9E is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 158 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.14 |
| HSL | 72.79º | 0.46% | 0.74% | - |
| HSV(B) | 72.79º | 0.28% | 0.86% | - |
| XYZ | 56.96 | 66.25 | 42.13 | - |
| YUV | 208.16 | 99.69 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 158 | 0.06 | 0 | 0.28 | 0.14 | 72.79 | 0.46 | 0.74 |
| Hex | CE | DB | 9E | 6 | 0 | 1C | E | 49 | 2E | 4A |
| Octal | 316 | 333 | 236 | 6 | 0 | 34 | 16 | 111 | 56 | 112 |
| Binary | 11001110 | 11011011 | 10011110 | 110 | 0 | 11100 | 1110 | 1001001 | 101110 | 1001010 |
Color Harmonies of #CEDB9E
Complementary color
Monochromatic Colors of #CEDB9E
Black with #CEDB9E
Text Example
Text Example
White with #CEDB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB9E; }
p { color: rgb(206,219,158); }
H1.HeaderClassName
{
color: #CEDB9E;
}
.AnyTagClassName
{
color: #CEDB9E;
}
</style>
background-color css
<style>
a { background-color: #CEDB9E; }
a { background-color: rgb(206,219,158); }
div.DivClassName
{
background-color: #CEDB9E;
}
.BgClassName
{
background-color: #CEDB9E;
}
</style>
border-color css
<style>
span { border-color: #CEDB9E; }
span { border-color: rgb(206,219,158); }
td.TdClassName
{
border-color: #CEDB9E;
}
.TagClassName
{
border-color: #CEDB9E;
}
</style>