Shades of Reef #CCECA5
Tints of Reef #CCECA5
RGB
CMYK
RGB Variations
Color information
#CCECA5 (or 0xCCECA5) is known color: Reef. HEX triplet: CC, EC and A5. RGB value is (204,236,165). Sum of RGB (Red+Green+Blue) = 204+236+165=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA5 is #33135A. Grayscale: #DADADA. Windows color (decimal): -3347291 or 10874060. OLE color: 10874060.
HSL color Cylindrical-coordinate representation of color #CCECA5: hue angle of 87.04º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCECA5 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 165 | - |
CMYK | 0.14 | 0 | 0.30 | 0.07 |
HSL | 87.04º | 0.65% | 0.79% | - |
HSV(B) | 87.04º | 0.3% | 0.93% | - |
XYZ | 61.69 | 75.54 | 46.93 | - |
YUV | 218.34 | 97.9 | 117.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 165 | 0.14 | 0 | 0.30 | 0.07 | 87.04 | 0.65 | 0.79 |
Hex | CC | EC | A5 | E | 0 | 1E | 7 | 57 | 41 | 4F |
Octal | 314 | 354 | 245 | 16 | 0 | 36 | 7 | 127 | 101 | 117 |
Binary | 11001100 | 11101100 | 10100101 | 1110 | 0 | 11110 | 111 | 1010111 | 1000001 | 1001111 |
Color Harmonies of #CCECA5
Complementary color
Monochromatic Colors of #CCECA5
Black with #CCECA5
Text Example
Text Example
White with #CCECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECA5; }
p { color: rgb(204,236,165); }
H1.HeaderClassName
{
color: #CCECA5;
}
.AnyTagClassName
{
color: #CCECA5;
}
</style>
background-color css
<style>
a { background-color: #CCECA5; }
a { background-color: rgb(204,236,165); }
div.DivClassName
{
background-color: #CCECA5;
}
.BgClassName
{
background-color: #CCECA5;
}
</style>
border-color css
<style>
span { border-color: #CCECA5; }
span { border-color: rgb(204,236,165); }
td.TdClassName
{
border-color: #CCECA5;
}
.TagClassName
{
border-color: #CCECA5;
}
</style>