Shades of Reef #CDEC9C
Tints of Reef #CDEC9C
RGB
CMYK
RGB Variations
Color information
#CDEC9C (or 0xCDEC9C) is known color: Reef. HEX triplet: CD, EC and 9C. RGB value is (205,236,156). Sum of RGB (Red+Green+Blue) = 205+236+156=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEC9C is #321363. Grayscale: #D9D9D9. Windows color (decimal): -3281764 or 10284237. OLE color: 10284237.
HSL color Cylindrical-coordinate representation of color #CDEC9C: hue angle of 83.25º degrees, saturation: 0.68, 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 #CDEC9C is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 236 | 156 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.07 |
| HSL | 83.25º | 0.68% | 0.77% | - |
| HSV(B) | 83.25º | 0.34% | 0.93% | - |
| XYZ | 61.17 | 75.37 | 42.78 | - |
| YUV | 217.61 | 93.23 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 236 | 156 | 0.13 | 0 | 0.34 | 0.07 | 83.25 | 0.68 | 0.77 |
| Hex | CD | EC | 9C | D | 0 | 22 | 7 | 53 | 44 | 4D |
| Octal | 315 | 354 | 234 | 15 | 0 | 42 | 7 | 123 | 104 | 115 |
| Binary | 11001101 | 11101100 | 10011100 | 1101 | 0 | 100010 | 111 | 1010011 | 1000100 | 1001101 |
Color Harmonies of #CDEC9C
Complementary color
Monochromatic Colors of #CDEC9C
Black with #CDEC9C
Text Example
Text Example
White with #CDEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEC9C; }
p { color: rgb(205,236,156); }
H1.HeaderClassName
{
color: #CDEC9C;
}
.AnyTagClassName
{
color: #CDEC9C;
}
</style>
background-color css
<style>
a { background-color: #CDEC9C; }
a { background-color: rgb(205,236,156); }
div.DivClassName
{
background-color: #CDEC9C;
}
.BgClassName
{
background-color: #CDEC9C;
}
</style>
border-color css
<style>
span { border-color: #CDEC9C; }
span { border-color: rgb(205,236,156); }
td.TdClassName
{
border-color: #CDEC9C;
}
.TagClassName
{
border-color: #CDEC9C;
}
</style>