Shades of Reef #CEDF9C
Tints of Reef #CEDF9C
RGB
CMYK
RGB Variations
Color information
#CEDF9C (or 0xCEDF9C) is known color: Reef. HEX triplet: CE, DF and 9C. RGB value is (206,223,156). Sum of RGB (Red+Green+Blue) = 206+223+156=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 156 (61.33% from 255 or 26.67% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDF9C is #312063. Grayscale: #D2D2D2. Windows color (decimal): -3219556 or 10280910. OLE color: 10280910.
HSL color Cylindrical-coordinate representation of color #CEDF9C: hue angle of 75.22º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEDF9C is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 156 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.13 |
| HSL | 75.22º | 0.51% | 0.74% | - |
| HSV(B) | 75.22º | 0.3% | 0.87% | - |
| XYZ | 57.84 | 68.3 | 41.59 | - |
| YUV | 210.28 | 97.37 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 156 | 0.08 | 0 | 0.30 | 0.13 | 75.22 | 0.51 | 0.74 |
| Hex | CE | DF | 9C | 8 | 0 | 1E | D | 4B | 33 | 4A |
| Octal | 316 | 337 | 234 | 10 | 0 | 36 | 15 | 113 | 63 | 112 |
| Binary | 11001110 | 11011111 | 10011100 | 1000 | 0 | 11110 | 1101 | 1001011 | 110011 | 1001010 |
Color Harmonies of #CEDF9C
Complementary color
Monochromatic Colors of #CEDF9C
Black with #CEDF9C
Text Example
Text Example
White with #CEDF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF9C; }
p { color: rgb(206,223,156); }
H1.HeaderClassName
{
color: #CEDF9C;
}
.AnyTagClassName
{
color: #CEDF9C;
}
</style>
background-color css
<style>
a { background-color: #CEDF9C; }
a { background-color: rgb(206,223,156); }
div.DivClassName
{
background-color: #CEDF9C;
}
.BgClassName
{
background-color: #CEDF9C;
}
</style>
border-color css
<style>
span { border-color: #CEDF9C; }
span { border-color: rgb(206,223,156); }
td.TdClassName
{
border-color: #CEDF9C;
}
.TagClassName
{
border-color: #CEDF9C;
}
</style>