Shades of Reef #CCEAA3
Tints of Reef #CCEAA3
RGB
CMYK
RGB Variations
Color information
#CCEAA3 (or 0xCCEAA3) is known color: Reef. HEX triplet: CC, EA and A3. RGB value is (204,234,163). Sum of RGB (Red+Green+Blue) = 204+234+163=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEAA3 is #33155C. Grayscale: #D9D9D9. Windows color (decimal): -3347805 or 10742476. OLE color: 10742476.
HSL color Cylindrical-coordinate representation of color #CCEAA3: hue angle of 85.35º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCEAA3 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 163 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.08 |
| HSL | 85.35º | 0.63% | 0.78% | - |
| HSV(B) | 85.35º | 0.3% | 0.92% | - |
| XYZ | 60.94 | 74.33 | 45.79 | - |
| YUV | 216.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 163 | 0.13 | 0 | 0.30 | 0.08 | 85.35 | 0.63 | 0.78 |
| Hex | CC | EA | A3 | D | 0 | 1E | 8 | 55 | 3F | 4E |
| Octal | 314 | 352 | 243 | 15 | 0 | 36 | 10 | 125 | 77 | 116 |
| Binary | 11001100 | 11101010 | 10100011 | 1101 | 0 | 11110 | 1000 | 1010101 | 111111 | 1001110 |
Color Harmonies of #CCEAA3
Complementary color
Monochromatic Colors of #CCEAA3
Black with #CCEAA3
Text Example
Text Example
White with #CCEAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAA3; }
p { color: rgb(204,234,163); }
H1.HeaderClassName
{
color: #CCEAA3;
}
.AnyTagClassName
{
color: #CCEAA3;
}
</style>
background-color css
<style>
a { background-color: #CCEAA3; }
a { background-color: rgb(204,234,163); }
div.DivClassName
{
background-color: #CCEAA3;
}
.BgClassName
{
background-color: #CCEAA3;
}
</style>
border-color css
<style>
span { border-color: #CCEAA3; }
span { border-color: rgb(204,234,163); }
td.TdClassName
{
border-color: #CCEAA3;
}
.TagClassName
{
border-color: #CCEAA3;
}
</style>