Shades of Reef #CCECA9
Tints of Reef #CCECA9
RGB
CMYK
RGB Variations
Color information
#CCECA9 (or 0xCCECA9) is known color: Reef. HEX triplet: CC, EC and A9. RGB value is (204,236,169). Sum of RGB (Red+Green+Blue) = 204+236+169=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA9 is #331356. Grayscale: #DBDBDB. Windows color (decimal): -3347287 or 11136204. OLE color: 11136204.
HSL color Cylindrical-coordinate representation of color #CCECA9: hue angle of 88.66º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCECA9 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 169 | - |
CMYK | 0.14 | 0 | 0.28 | 0.07 |
HSL | 88.66º | 0.64% | 0.79% | - |
HSV(B) | 88.66º | 0.28% | 0.93% | - |
XYZ | 62.06 | 75.69 | 48.88 | - |
YUV | 218.79 | 99.9 | 117.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 169 | 0.14 | 0 | 0.28 | 0.07 | 88.66 | 0.64 | 0.79 |
Hex | CC | EC | A9 | E | 0 | 1C | 7 | 59 | 40 | 4F |
Octal | 314 | 354 | 251 | 16 | 0 | 34 | 7 | 131 | 100 | 117 |
Binary | 11001100 | 11101100 | 10101001 | 1110 | 0 | 11100 | 111 | 1011001 | 1000000 | 1001111 |
Color Harmonies of #CCECA9
Complementary color
Monochromatic Colors of #CCECA9
Black with #CCECA9
Text Example
Text Example
White with #CCECA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECA9; }
p { color: rgb(204,236,169); }
H1.HeaderClassName
{
color: #CCECA9;
}
.AnyTagClassName
{
color: #CCECA9;
}
</style>
background-color css
<style>
a { background-color: #CCECA9; }
a { background-color: rgb(204,236,169); }
div.DivClassName
{
background-color: #CCECA9;
}
.BgClassName
{
background-color: #CCECA9;
}
</style>
border-color css
<style>
span { border-color: #CCECA9; }
span { border-color: rgb(204,236,169); }
td.TdClassName
{
border-color: #CCECA9;
}
.TagClassName
{
border-color: #CCECA9;
}
</style>