Shades of Reef #CCECA1
Tints of Reef #CCECA1
RGB
CMYK
RGB Variations
Color information
#CCECA1 (or 0xCCECA1) is known color: Reef. HEX triplet: CC, EC and A1. RGB value is (204,236,161). Sum of RGB (Red+Green+Blue) = 204+236+161=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA1 is #33135E. Grayscale: #DADADA. Windows color (decimal): -3347295 or 10611916. OLE color: 10611916.
HSL color Cylindrical-coordinate representation of color #CCECA1: hue angle of 85.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCECA1 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 161 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 85.6º | 0.66% | 0.78% | - |
| HSV(B) | 85.6º | 0.32% | 0.93% | - |
| XYZ | 61.33 | 75.4 | 45.04 | - |
| YUV | 217.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 161 | 0.14 | 0 | 0.32 | 0.07 | 85.6 | 0.66 | 0.78 |
| Hex | CC | EC | A1 | E | 0 | 20 | 7 | 56 | 42 | 4E |
| Octal | 314 | 354 | 241 | 16 | 0 | 40 | 7 | 126 | 102 | 116 |
| Binary | 11001100 | 11101100 | 10100001 | 1110 | 0 | 100000 | 111 | 1010110 | 1000010 | 1001110 |
Color Harmonies of #CCECA1
Complementary color
Monochromatic Colors of #CCECA1
Black with #CCECA1
Text Example
Text Example
White with #CCECA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECA1; }
p { color: rgb(204,236,161); }
H1.HeaderClassName
{
color: #CCECA1;
}
.AnyTagClassName
{
color: #CCECA1;
}
</style>
background-color css
<style>
a { background-color: #CCECA1; }
a { background-color: rgb(204,236,161); }
div.DivClassName
{
background-color: #CCECA1;
}
.BgClassName
{
background-color: #CCECA1;
}
</style>
border-color css
<style>
span { border-color: #CCECA1; }
span { border-color: rgb(204,236,161); }
td.TdClassName
{
border-color: #CCECA1;
}
.TagClassName
{
border-color: #CCECA1;
}
</style>