Shades of Reef #CCEEA1
Tints of Reef #CCEEA1
RGB
CMYK
RGB Variations
Color information
#CCEEA1 (or 0xCCEEA1) is known color: Reef. HEX triplet: CC, EE and A1. RGB value is (204,238,161). Sum of RGB (Red+Green+Blue) = 204+238+161=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEEA1 is #33115E. Grayscale: #DBDBDB. Windows color (decimal): -3346783 or 10612428. OLE color: 10612428.
HSL color Cylindrical-coordinate representation of color #CCEEA1: hue angle of 86.49º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCEEA1 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 161 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 86.49º | 0.69% | 0.78% | - |
| HSV(B) | 86.49º | 0.32% | 0.93% | - |
| XYZ | 61.91 | 76.56 | 45.23 | - |
| YUV | 219.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 161 | 0.14 | 0 | 0.32 | 0.07 | 86.49 | 0.69 | 0.78 |
| Hex | CC | EE | A1 | E | 0 | 20 | 7 | 56 | 45 | 4E |
| Octal | 314 | 356 | 241 | 16 | 0 | 40 | 7 | 126 | 105 | 116 |
| Binary | 11001100 | 11101110 | 10100001 | 1110 | 0 | 100000 | 111 | 1010110 | 1000101 | 1001110 |
Color Harmonies of #CCEEA1
Complementary color
Monochromatic Colors of #CCEEA1
Black with #CCEEA1
Text Example
Text Example
White with #CCEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEA1; }
p { color: rgb(204,238,161); }
H1.HeaderClassName
{
color: #CCEEA1;
}
.AnyTagClassName
{
color: #CCEEA1;
}
</style>
background-color css
<style>
a { background-color: #CCEEA1; }
a { background-color: rgb(204,238,161); }
div.DivClassName
{
background-color: #CCEEA1;
}
.BgClassName
{
background-color: #CCEEA1;
}
</style>
border-color css
<style>
span { border-color: #CCEEA1; }
span { border-color: rgb(204,238,161); }
td.TdClassName
{
border-color: #CCEEA1;
}
.TagClassName
{
border-color: #CCEEA1;
}
</style>