Shades of Reef #CCECAE
Tints of Reef #CCECAE
RGB
CMYK
RGB Variations
Color information
#CCECAE (or 0xCCECAE) is known color: Reef. HEX triplet: CC, EC and AE. RGB value is (204,236,174). Sum of RGB (Red+Green+Blue) = 204+236+174=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 174 (68.36% from 255 or 28.34% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECAE is #331351. Grayscale: #DBDBDB. Windows color (decimal): -3347282 or 11463884. OLE color: 11463884.
HSL color Cylindrical-coordinate representation of color #CCECAE: hue angle of 90.97º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCECAE is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 174 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.07 |
| HSL | 90.97º | 0.62% | 0.8% | - |
| HSV(B) | 90.97º | 0.26% | 0.93% | - |
| XYZ | 62.54 | 75.88 | 51.4 | - |
| YUV | 219.36 | 102.4 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 174 | 0.14 | 0 | 0.26 | 0.07 | 90.97 | 0.62 | 0.8 |
| Hex | CC | EC | AE | E | 0 | 1A | 7 | 5B | 3E | 50 |
| Octal | 314 | 354 | 256 | 16 | 0 | 32 | 7 | 133 | 76 | 120 |
| Binary | 11001100 | 11101100 | 10101110 | 1110 | 0 | 11010 | 111 | 1011011 | 111110 | 1010000 |
Color Harmonies of #CCECAE
Complementary color
Monochromatic Colors of #CCECAE
Black with #CCECAE
Text Example
Text Example
White with #CCECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECAE; }
p { color: rgb(204,236,174); }
H1.HeaderClassName
{
color: #CCECAE;
}
.AnyTagClassName
{
color: #CCECAE;
}
</style>
background-color css
<style>
a { background-color: #CCECAE; }
a { background-color: rgb(204,236,174); }
div.DivClassName
{
background-color: #CCECAE;
}
.BgClassName
{
background-color: #CCECAE;
}
</style>
border-color css
<style>
span { border-color: #CCECAE; }
span { border-color: rgb(204,236,174); }
td.TdClassName
{
border-color: #CCECAE;
}
.TagClassName
{
border-color: #CCECAE;
}
</style>