Shades of Reef #CEDB9D
Tints of Reef #CEDB9D
RGB
CMYK
RGB Variations
Color information
#CEDB9D (or 0xCEDB9D) is known color: Reef. HEX triplet: CE, DB and 9D. RGB value is (206,219,157). Sum of RGB (Red+Green+Blue) = 206+219+157=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 157 (61.72% from 255 or 26.98% from 582); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDB9D is #312462. Grayscale: #D0D0D0. Windows color (decimal): -3220579 or 10345422. OLE color: 10345422.
HSL color Cylindrical-coordinate representation of color #CEDB9D: hue angle of 72.58º 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 #CEDB9D is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 157 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.14 |
| HSL | 72.58º | 0.46% | 0.74% | - |
| HSV(B) | 72.58º | 0.28% | 0.86% | - |
| XYZ | 56.87 | 66.22 | 41.68 | - |
| YUV | 208.05 | 99.19 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 157 | 0.06 | 0 | 0.28 | 0.14 | 72.58 | 0.46 | 0.74 |
| Hex | CE | DB | 9D | 6 | 0 | 1C | E | 49 | 2E | 4A |
| Octal | 316 | 333 | 235 | 6 | 0 | 34 | 16 | 111 | 56 | 112 |
| Binary | 11001110 | 11011011 | 10011101 | 110 | 0 | 11100 | 1110 | 1001001 | 101110 | 1001010 |
Color Harmonies of #CEDB9D
Complementary color
Monochromatic Colors of #CEDB9D
Black with #CEDB9D
Text Example
Text Example
White with #CEDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDB9D; }
p { color: rgb(206,219,157); }
H1.HeaderClassName
{
color: #CEDB9D;
}
.AnyTagClassName
{
color: #CEDB9D;
}
</style>
background-color css
<style>
a { background-color: #CEDB9D; }
a { background-color: rgb(206,219,157); }
div.DivClassName
{
background-color: #CEDB9D;
}
.BgClassName
{
background-color: #CEDB9D;
}
</style>
border-color css
<style>
span { border-color: #CEDB9D; }
span { border-color: rgb(206,219,157); }
td.TdClassName
{
border-color: #CEDB9D;
}
.TagClassName
{
border-color: #CEDB9D;
}
</style>