Shades of Reef #CCE5AF
Tints of Reef #CCE5AF
RGB
CMYK
RGB Variations
Color information
#CCE5AF (or 0xCCE5AF) is known color: Reef. HEX triplet: CC, E5 and AF. RGB value is (204,229,175). Sum of RGB (Red+Green+Blue) = 204+229+175=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE5AF is #331A50. Grayscale: #D7D7D7. Windows color (decimal): -3349073 or 11527628. OLE color: 11527628.
HSL color Cylindrical-coordinate representation of color #CCE5AF: hue angle of 87.78º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCE5AF is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 175 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.10 |
| HSL | 87.78º | 0.51% | 0.79% | - |
| HSV(B) | 87.78º | 0.24% | 0.9% | - |
| XYZ | 60.66 | 71.97 | 51.25 | - |
| YUV | 215.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 175 | 0.11 | 0 | 0.24 | 0.10 | 87.78 | 0.51 | 0.79 |
| Hex | CC | E5 | AF | B | 0 | 18 | A | 58 | 33 | 4F |
| Octal | 314 | 345 | 257 | 13 | 0 | 30 | 12 | 130 | 63 | 117 |
| Binary | 11001100 | 11100101 | 10101111 | 1011 | 0 | 11000 | 1010 | 1011000 | 110011 | 1001111 |
Color Harmonies of #CCE5AF
Complementary color
Monochromatic Colors of #CCE5AF
Black with #CCE5AF
Text Example
Text Example
White with #CCE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE5AF; }
p { color: rgb(204,229,175); }
H1.HeaderClassName
{
color: #CCE5AF;
}
.AnyTagClassName
{
color: #CCE5AF;
}
</style>
background-color css
<style>
a { background-color: #CCE5AF; }
a { background-color: rgb(204,229,175); }
div.DivClassName
{
background-color: #CCE5AF;
}
.BgClassName
{
background-color: #CCE5AF;
}
</style>
border-color css
<style>
span { border-color: #CCE5AF; }
span { border-color: rgb(204,229,175); }
td.TdClassName
{
border-color: #CCE5AF;
}
.TagClassName
{
border-color: #CCE5AF;
}
</style>