Shades of Reef #CCEDA0
Tints of Reef #CCEDA0
RGB
CMYK
RGB Variations
Color information
#CCEDA0 (or 0xCCEDA0) is known color: Reef. HEX triplet: CC, ED and A0. RGB value is (204,237,160). Sum of RGB (Red+Green+Blue) = 204+237+160=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 160 (62.89% from 255 or 26.62% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEDA0 is #33125F. Grayscale: #DADADA. Windows color (decimal): -3347040 or 10546636. OLE color: 10546636.
HSL color Cylindrical-coordinate representation of color #CCEDA0: hue angle of 85.71º 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 #CCEDA0 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 160 | - |
CMYK | 0.14 | 0 | 0.32 | 0.07 |
HSL | 85.71º | 0.68% | 0.78% | - |
HSV(B) | 85.71º | 0.32% | 0.93% | - |
XYZ | 61.53 | 75.94 | 44.67 | - |
YUV | 218.36 | 95.07 | 117.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 160 | 0.14 | 0 | 0.32 | 0.07 | 85.71 | 0.68 | 0.78 |
Hex | CC | ED | A0 | E | 0 | 20 | 7 | 56 | 44 | 4E |
Octal | 314 | 355 | 240 | 16 | 0 | 40 | 7 | 126 | 104 | 116 |
Binary | 11001100 | 11101101 | 10100000 | 1110 | 0 | 100000 | 111 | 1010110 | 1000100 | 1001110 |
Color Harmonies of #CCEDA0
Complementary color
Monochromatic Colors of #CCEDA0
Black with #CCEDA0
Text Example
Text Example
White with #CCEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDA0; }
p { color: rgb(204,237,160); }
H1.HeaderClassName
{
color: #CCEDA0;
}
.AnyTagClassName
{
color: #CCEDA0;
}
</style>
background-color css
<style>
a { background-color: #CCEDA0; }
a { background-color: rgb(204,237,160); }
div.DivClassName
{
background-color: #CCEDA0;
}
.BgClassName
{
background-color: #CCEDA0;
}
</style>
border-color css
<style>
span { border-color: #CCEDA0; }
span { border-color: rgb(204,237,160); }
td.TdClassName
{
border-color: #CCEDA0;
}
.TagClassName
{
border-color: #CCEDA0;
}
</style>