Shades of Reef #CEDE98
Tints of Reef #CEDE98
RGB
CMYK
RGB Variations
Color information
#CEDE98 (or 0xCEDE98) is known color: Reef. HEX triplet: CE, DE and 98. RGB value is (206,222,152). Sum of RGB (Red+Green+Blue) = 206+222+152=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 152 (59.77% from 255 or 26.21% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE98 is #312167. Grayscale: #D1D1D1. Windows color (decimal): -3219816 or 10018510. OLE color: 10018510.
HSL color Cylindrical-coordinate representation of color #CEDE98: hue angle of 73.71º degrees, saturation: 0.51, 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 #CEDE98 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 152 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.13 |
| HSL | 73.71º | 0.51% | 0.73% | - |
| HSV(B) | 73.71º | 0.32% | 0.87% | - |
| XYZ | 57.24 | 67.63 | 39.74 | - |
| YUV | 209.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 152 | 0.07 | 0 | 0.32 | 0.13 | 73.71 | 0.51 | 0.73 |
| Hex | CE | DE | 98 | 7 | 0 | 20 | D | 4A | 33 | 49 |
| Octal | 316 | 336 | 230 | 7 | 0 | 40 | 15 | 112 | 63 | 111 |
| Binary | 11001110 | 11011110 | 10011000 | 111 | 0 | 100000 | 1101 | 1001010 | 110011 | 1001001 |
Color Harmonies of #CEDE98
Complementary color
Monochromatic Colors of #CEDE98
Black with #CEDE98
Text Example
Text Example
White with #CEDE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE98; }
p { color: rgb(206,222,152); }
H1.HeaderClassName
{
color: #CEDE98;
}
.AnyTagClassName
{
color: #CEDE98;
}
</style>
background-color css
<style>
a { background-color: #CEDE98; }
a { background-color: rgb(206,222,152); }
div.DivClassName
{
background-color: #CEDE98;
}
.BgClassName
{
background-color: #CEDE98;
}
</style>
border-color css
<style>
span { border-color: #CEDE98; }
span { border-color: rgb(206,222,152); }
td.TdClassName
{
border-color: #CEDE98;
}
.TagClassName
{
border-color: #CEDE98;
}
</style>