Shades of Reef #CEDE9D
Tints of Reef #CEDE9D
RGB
CMYK
RGB Variations
Color information
#CEDE9D (or 0xCEDE9D) is known color: Reef. HEX triplet: CE, DE and 9D. RGB value is (206,222,157). Sum of RGB (Red+Green+Blue) = 206+222+157=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDE9D is #312162. Grayscale: #D2D2D2. Windows color (decimal): -3219811 or 10346190. OLE color: 10346190.
HSL color Cylindrical-coordinate representation of color #CEDE9D: hue angle of 74.77º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEDE9D is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 157 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.13 |
| HSL | 74.77º | 0.5% | 0.74% | - |
| HSV(B) | 74.77º | 0.29% | 0.87% | - |
| XYZ | 57.66 | 67.8 | 41.95 | - |
| YUV | 209.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 157 | 0.07 | 0 | 0.29 | 0.13 | 74.77 | 0.5 | 0.74 |
| Hex | CE | DE | 9D | 7 | 0 | 1D | D | 4B | 32 | 4A |
| Octal | 316 | 336 | 235 | 7 | 0 | 35 | 15 | 113 | 62 | 112 |
| Binary | 11001110 | 11011110 | 10011101 | 111 | 0 | 11101 | 1101 | 1001011 | 110010 | 1001010 |
Color Harmonies of #CEDE9D
Complementary color
Monochromatic Colors of #CEDE9D
Black with #CEDE9D
Text Example
Text Example
White with #CEDE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE9D; }
p { color: rgb(206,222,157); }
H1.HeaderClassName
{
color: #CEDE9D;
}
.AnyTagClassName
{
color: #CEDE9D;
}
</style>
background-color css
<style>
a { background-color: #CEDE9D; }
a { background-color: rgb(206,222,157); }
div.DivClassName
{
background-color: #CEDE9D;
}
.BgClassName
{
background-color: #CEDE9D;
}
</style>
border-color css
<style>
span { border-color: #CEDE9D; }
span { border-color: rgb(206,222,157); }
td.TdClassName
{
border-color: #CEDE9D;
}
.TagClassName
{
border-color: #CEDE9D;
}
</style>