Shades of Reef #CEDF9E
Tints of Reef #CEDF9E
RGB
CMYK
RGB Variations
Color information
#CEDF9E (or 0xCEDF9E) is known color: Reef. HEX triplet: CE, DF and 9E. RGB value is (206,223,158). Sum of RGB (Red+Green+Blue) = 206+223+158=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 158 (62.11% from 255 or 26.92% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF9E is #312061. Grayscale: #D2D2D2. Windows color (decimal): -3219554 or 10411982. OLE color: 10411982.
HSL color Cylindrical-coordinate representation of color #CEDF9E: hue angle of 75.69º 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 #CEDF9E is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 158 | - |
| CMYK | 0.08 | 0 | 0.29 | 0.13 |
| HSL | 75.69º | 0.5% | 0.75% | - |
| HSV(B) | 75.69º | 0.29% | 0.87% | - |
| XYZ | 58.01 | 68.37 | 42.49 | - |
| YUV | 210.51 | 98.37 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 158 | 0.08 | 0 | 0.29 | 0.13 | 75.69 | 0.5 | 0.75 |
| Hex | CE | DF | 9E | 8 | 0 | 1D | D | 4C | 32 | 4B |
| Octal | 316 | 337 | 236 | 10 | 0 | 35 | 15 | 114 | 62 | 113 |
| Binary | 11001110 | 11011111 | 10011110 | 1000 | 0 | 11101 | 1101 | 1001100 | 110010 | 1001011 |
Color Harmonies of #CEDF9E
Complementary color
Monochromatic Colors of #CEDF9E
Black with #CEDF9E
Text Example
Text Example
White with #CEDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF9E; }
p { color: rgb(206,223,158); }
H1.HeaderClassName
{
color: #CEDF9E;
}
.AnyTagClassName
{
color: #CEDF9E;
}
</style>
background-color css
<style>
a { background-color: #CEDF9E; }
a { background-color: rgb(206,223,158); }
div.DivClassName
{
background-color: #CEDF9E;
}
.BgClassName
{
background-color: #CEDF9E;
}
</style>
border-color css
<style>
span { border-color: #CEDF9E; }
span { border-color: rgb(206,223,158); }
td.TdClassName
{
border-color: #CEDF9E;
}
.TagClassName
{
border-color: #CEDF9E;
}
</style>