Shades of Reef #CEDF9F
Tints of Reef #CEDF9F
RGB
CMYK
RGB Variations
Color information
#CEDF9F (or 0xCEDF9F) is known color: Reef. HEX triplet: CE, DF and 9F. RGB value is (206,223,159). Sum of RGB (Red+Green+Blue) = 206+223+159=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF9F is #312060. Grayscale: #D2D2D2. Windows color (decimal): -3219553 or 10477518. OLE color: 10477518.
HSL color Cylindrical-coordinate representation of color #CEDF9F: hue angle of 75.94º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEDF9F is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 159 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.13 |
| HSL | 75.94º | 0.5% | 0.75% | - |
| HSV(B) | 75.94º | 0.29% | 0.87% | - |
| XYZ | 58.1 | 68.4 | 42.94 | - |
| YUV | 210.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 159 | 0.08 | 0 | 0.29 | 0.13 | 75.94 | 0.5 | 0.75 |
| Hex | CE | DF | 9F | 8 | 0 | 1D | D | 4C | 32 | 4B |
| Octal | 316 | 337 | 237 | 10 | 0 | 35 | 15 | 114 | 62 | 113 |
| Binary | 11001110 | 11011111 | 10011111 | 1000 | 0 | 11101 | 1101 | 1001100 | 110010 | 1001011 |
Color Harmonies of #CEDF9F
Complementary color
Monochromatic Colors of #CEDF9F
Black with #CEDF9F
Text Example
Text Example
White with #CEDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF9F; }
p { color: rgb(206,223,159); }
H1.HeaderClassName
{
color: #CEDF9F;
}
.AnyTagClassName
{
color: #CEDF9F;
}
</style>
background-color css
<style>
a { background-color: #CEDF9F; }
a { background-color: rgb(206,223,159); }
div.DivClassName
{
background-color: #CEDF9F;
}
.BgClassName
{
background-color: #CEDF9F;
}
</style>
border-color css
<style>
span { border-color: #CEDF9F; }
span { border-color: rgb(206,223,159); }
td.TdClassName
{
border-color: #CEDF9F;
}
.TagClassName
{
border-color: #CEDF9F;
}
</style>