Shades of Reef #CEDE96
Tints of Reef #CEDE96
RGB
CMYK
RGB Variations
Color information
#CEDE96 (or 0xCEDE96) is known color: Reef. HEX triplet: CE, DE and 96. RGB value is (206,222,150). Sum of RGB (Red+Green+Blue) = 206+222+150=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE96 is #312169. Grayscale: #D1D1D1. Windows color (decimal): -3219818 or 9887438. OLE color: 9887438.
HSL color Cylindrical-coordinate representation of color #CEDE96: hue angle of 73.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEDE96 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 150 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.13 |
| HSL | 73.33º | 0.52% | 0.73% | - |
| HSV(B) | 73.33º | 0.32% | 0.87% | - |
| XYZ | 57.08 | 67.57 | 38.89 | - |
| YUV | 209.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 150 | 0.07 | 0 | 0.32 | 0.13 | 73.33 | 0.52 | 0.73 |
| Hex | CE | DE | 96 | 7 | 0 | 20 | D | 49 | 34 | 49 |
| Octal | 316 | 336 | 226 | 7 | 0 | 40 | 15 | 111 | 64 | 111 |
| Binary | 11001110 | 11011110 | 10010110 | 111 | 0 | 100000 | 1101 | 1001001 | 110100 | 1001001 |
Color Harmonies of #CEDE96
Complementary color
Monochromatic Colors of #CEDE96
Black with #CEDE96
Text Example
Text Example
White with #CEDE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE96; }
p { color: rgb(206,222,150); }
H1.HeaderClassName
{
color: #CEDE96;
}
.AnyTagClassName
{
color: #CEDE96;
}
</style>
background-color css
<style>
a { background-color: #CEDE96; }
a { background-color: rgb(206,222,150); }
div.DivClassName
{
background-color: #CEDE96;
}
.BgClassName
{
background-color: #CEDE96;
}
</style>
border-color css
<style>
span { border-color: #CEDE96; }
span { border-color: rgb(206,222,150); }
td.TdClassName
{
border-color: #CEDE96;
}
.TagClassName
{
border-color: #CEDE96;
}
</style>