Shades of Reef #CCDE9C
Tints of Reef #CCDE9C
RGB
CMYK
RGB Variations
Color information
#CCDE9C (or 0xCCDE9C) is known color: Reef. HEX triplet: CC, DE and 9C. RGB value is (204,222,156). Sum of RGB (Red+Green+Blue) = 204+222+156=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 156 (61.33% from 255 or 26.80% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDE9C is #332163. Grayscale: #D1D1D1. Windows color (decimal): -3350884 or 10280652. OLE color: 10280652.
HSL color Cylindrical-coordinate representation of color #CCDE9C: hue angle of 76.36º degrees, saturation: 0.5, 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 #CCDE9C is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 156 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.13 |
| HSL | 76.36º | 0.5% | 0.74% | - |
| HSV(B) | 76.36º | 0.3% | 0.87% | - |
| XYZ | 57.02 | 67.48 | 41.47 | - |
| YUV | 209.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 156 | 0.08 | 0 | 0.30 | 0.13 | 76.36 | 0.5 | 0.74 |
| Hex | CC | DE | 9C | 8 | 0 | 1E | D | 4C | 32 | 4A |
| Octal | 314 | 336 | 234 | 10 | 0 | 36 | 15 | 114 | 62 | 112 |
| Binary | 11001100 | 11011110 | 10011100 | 1000 | 0 | 11110 | 1101 | 1001100 | 110010 | 1001010 |
Color Harmonies of #CCDE9C
Complementary color
Monochromatic Colors of #CCDE9C
Black with #CCDE9C
Text Example
Text Example
White with #CCDE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE9C; }
p { color: rgb(204,222,156); }
H1.HeaderClassName
{
color: #CCDE9C;
}
.AnyTagClassName
{
color: #CCDE9C;
}
</style>
background-color css
<style>
a { background-color: #CCDE9C; }
a { background-color: rgb(204,222,156); }
div.DivClassName
{
background-color: #CCDE9C;
}
.BgClassName
{
background-color: #CCDE9C;
}
</style>
border-color css
<style>
span { border-color: #CCDE9C; }
span { border-color: rgb(204,222,156); }
td.TdClassName
{
border-color: #CCDE9C;
}
.TagClassName
{
border-color: #CCDE9C;
}
</style>