Shades of Reef #CCECA3
Tints of Reef #CCECA3
RGB
CMYK
RGB Variations
Color information
#CCECA3 (or 0xCCECA3) is known color: Reef. HEX triplet: CC, EC and A3. RGB value is (204,236,163). Sum of RGB (Red+Green+Blue) = 204+236+163=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECA3 is #33135C. Grayscale: #DADADA. Windows color (decimal): -3347293 or 10742988. OLE color: 10742988.
HSL color Cylindrical-coordinate representation of color #CCECA3: hue angle of 86.3º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCECA3 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 163 | - |
CMYK | 0.14 | 0 | 0.31 | 0.07 |
HSL | 86.3º | 0.66% | 0.78% | - |
HSV(B) | 86.3º | 0.31% | 0.93% | - |
XYZ | 61.51 | 75.47 | 45.98 | - |
YUV | 218.11 | 96.9 | 117.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 163 | 0.14 | 0 | 0.31 | 0.07 | 86.3 | 0.66 | 0.78 |
Hex | CC | EC | A3 | E | 0 | 1F | 7 | 56 | 42 | 4E |
Octal | 314 | 354 | 243 | 16 | 0 | 37 | 7 | 126 | 102 | 116 |
Binary | 11001100 | 11101100 | 10100011 | 1110 | 0 | 11111 | 111 | 1010110 | 1000010 | 1001110 |
Color Harmonies of #CCECA3
Complementary color
Monochromatic Colors of #CCECA3
Black with #CCECA3
Text Example
Text Example
White with #CCECA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECA3; }
p { color: rgb(204,236,163); }
H1.HeaderClassName
{
color: #CCECA3;
}
.AnyTagClassName
{
color: #CCECA3;
}
</style>
background-color css
<style>
a { background-color: #CCECA3; }
a { background-color: rgb(204,236,163); }
div.DivClassName
{
background-color: #CCECA3;
}
.BgClassName
{
background-color: #CCECA3;
}
</style>
border-color css
<style>
span { border-color: #CCECA3; }
span { border-color: rgb(204,236,163); }
td.TdClassName
{
border-color: #CCECA3;
}
.TagClassName
{
border-color: #CCECA3;
}
</style>