Shades of Reef #CCEDA1
Tints of Reef #CCEDA1
RGB
CMYK
RGB Variations
Color information
#CCEDA1 (or 0xCCEDA1) is known color: Reef. HEX triplet: CC, ED and A1. RGB value is (204,237,161). Sum of RGB (Red+Green+Blue) = 204+237+161=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDA1 is #33125E. Grayscale: #DADADA. Windows color (decimal): -3347039 or 10612172. OLE color: 10612172.
HSL color Cylindrical-coordinate representation of color #CCEDA1: hue angle of 86.05º degrees, saturation: 0.68, 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 #CCEDA1 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 161 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 86.05º | 0.68% | 0.78% | - |
| HSV(B) | 86.05º | 0.32% | 0.93% | - |
| XYZ | 61.62 | 75.98 | 45.14 | - |
| YUV | 218.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 161 | 0.14 | 0 | 0.32 | 0.07 | 86.05 | 0.68 | 0.78 |
| Hex | CC | ED | A1 | E | 0 | 20 | 7 | 56 | 44 | 4E |
| Octal | 314 | 355 | 241 | 16 | 0 | 40 | 7 | 126 | 104 | 116 |
| Binary | 11001100 | 11101101 | 10100001 | 1110 | 0 | 100000 | 111 | 1010110 | 1000100 | 1001110 |
Color Harmonies of #CCEDA1
Complementary color
Monochromatic Colors of #CCEDA1
Black with #CCEDA1
Text Example
Text Example
White with #CCEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDA1; }
p { color: rgb(204,237,161); }
H1.HeaderClassName
{
color: #CCEDA1;
}
.AnyTagClassName
{
color: #CCEDA1;
}
</style>
background-color css
<style>
a { background-color: #CCEDA1; }
a { background-color: rgb(204,237,161); }
div.DivClassName
{
background-color: #CCEDA1;
}
.BgClassName
{
background-color: #CCEDA1;
}
</style>
border-color css
<style>
span { border-color: #CCEDA1; }
span { border-color: rgb(204,237,161); }
td.TdClassName
{
border-color: #CCEDA1;
}
.TagClassName
{
border-color: #CCEDA1;
}
</style>