Shades of Reef #CEED9C
Tints of Reef #CEED9C
RGB
CMYK
RGB Variations
Color information
#CEED9C (or 0xCEED9C) is known color: Reef. HEX triplet: CE, ED and 9C. RGB value is (206,237,156). Sum of RGB (Red+Green+Blue) = 206+237+156=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 156 (61.33% from 255 or 26.04% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEED9C is #311263. Grayscale: #DADADA. Windows color (decimal): -3215972 or 10284494. OLE color: 10284494.
HSL color Cylindrical-coordinate representation of color #CEED9C: hue angle of 82.96º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEED9C is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 237 | 156 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.07 |
| HSL | 82.96º | 0.69% | 0.77% | - |
| HSV(B) | 82.96º | 0.34% | 0.93% | - |
| XYZ | 61.74 | 76.09 | 42.89 | - |
| YUV | 218.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 237 | 156 | 0.13 | 0 | 0.34 | 0.07 | 82.96 | 0.69 | 0.77 |
| Hex | CE | ED | 9C | D | 0 | 22 | 7 | 53 | 45 | 4D |
| Octal | 316 | 355 | 234 | 15 | 0 | 42 | 7 | 123 | 105 | 115 |
| Binary | 11001110 | 11101101 | 10011100 | 1101 | 0 | 100010 | 111 | 1010011 | 1000101 | 1001101 |
Color Harmonies of #CEED9C
Complementary color
Monochromatic Colors of #CEED9C
Black with #CEED9C
Text Example
Text Example
White with #CEED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEED9C; }
p { color: rgb(206,237,156); }
H1.HeaderClassName
{
color: #CEED9C;
}
.AnyTagClassName
{
color: #CEED9C;
}
</style>
background-color css
<style>
a { background-color: #CEED9C; }
a { background-color: rgb(206,237,156); }
div.DivClassName
{
background-color: #CEED9C;
}
.BgClassName
{
background-color: #CEED9C;
}
</style>
border-color css
<style>
span { border-color: #CEED9C; }
span { border-color: rgb(206,237,156); }
td.TdClassName
{
border-color: #CEED9C;
}
.TagClassName
{
border-color: #CEED9C;
}
</style>