Shades of Reef #CCE1A8
Tints of Reef #CCE1A8
RGB
CMYK
RGB Variations
Color information
#CCE1A8 (or 0xCCE1A8) is known color: Reef. HEX triplet: CC, E1 and A8. RGB value is (204,225,168). Sum of RGB (Red+Green+Blue) = 204+225+168=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 168 (66.02% from 255 or 28.14% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1A8 is #331E57. Grayscale: #D4D4D4. Windows color (decimal): -3350104 or 11067852. OLE color: 11067852.
HSL color Cylindrical-coordinate representation of color #CCE1A8: hue angle of 82.11º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCE1A8 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 168 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.12 |
| HSL | 82.11º | 0.49% | 0.77% | - |
| HSV(B) | 82.11º | 0.25% | 0.88% | - |
| XYZ | 58.89 | 69.51 | 47.36 | - |
| YUV | 212.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 168 | 0.09 | 0 | 0.25 | 0.12 | 82.11 | 0.49 | 0.77 |
| Hex | CC | E1 | A8 | 9 | 0 | 19 | C | 52 | 31 | 4D |
| Octal | 314 | 341 | 250 | 11 | 0 | 31 | 14 | 122 | 61 | 115 |
| Binary | 11001100 | 11100001 | 10101000 | 1001 | 0 | 11001 | 1100 | 1010010 | 110001 | 1001101 |
Color Harmonies of #CCE1A8
Complementary color
Monochromatic Colors of #CCE1A8
Black with #CCE1A8
Text Example
Text Example
White with #CCE1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1A8; }
p { color: rgb(204,225,168); }
H1.HeaderClassName
{
color: #CCE1A8;
}
.AnyTagClassName
{
color: #CCE1A8;
}
</style>
background-color css
<style>
a { background-color: #CCE1A8; }
a { background-color: rgb(204,225,168); }
div.DivClassName
{
background-color: #CCE1A8;
}
.BgClassName
{
background-color: #CCE1A8;
}
</style>
border-color css
<style>
span { border-color: #CCE1A8; }
span { border-color: rgb(204,225,168); }
td.TdClassName
{
border-color: #CCE1A8;
}
.TagClassName
{
border-color: #CCE1A8;
}
</style>