Shades of Reef #CCECAD
Tints of Reef #CCECAD
RGB
CMYK
RGB Variations
Color information
#CCECAD (or 0xCCECAD) is known color: Reef. HEX triplet: CC, EC and AD. RGB value is (204,236,173). Sum of RGB (Red+Green+Blue) = 204+236+173=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 173 (67.97% from 255 or 28.22% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCECAD is #331352. Grayscale: #DBDBDB. Windows color (decimal): -3347283 or 11398348. OLE color: 11398348.
HSL color Cylindrical-coordinate representation of color #CCECAD: hue angle of 90.48º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCECAD is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 173 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.07 |
| HSL | 90.48º | 0.62% | 0.8% | - |
| HSV(B) | 90.48º | 0.27% | 0.93% | - |
| XYZ | 62.44 | 75.85 | 50.88 | - |
| YUV | 219.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 173 | 0.14 | 0 | 0.27 | 0.07 | 90.48 | 0.62 | 0.8 |
| Hex | CC | EC | AD | E | 0 | 1B | 7 | 5A | 3E | 50 |
| Octal | 314 | 354 | 255 | 16 | 0 | 33 | 7 | 132 | 76 | 120 |
| Binary | 11001100 | 11101100 | 10101101 | 1110 | 0 | 11011 | 111 | 1011010 | 111110 | 1010000 |
Color Harmonies of #CCECAD
Complementary color
Monochromatic Colors of #CCECAD
Black with #CCECAD
Text Example
Text Example
White with #CCECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECAD; }
p { color: rgb(204,236,173); }
H1.HeaderClassName
{
color: #CCECAD;
}
.AnyTagClassName
{
color: #CCECAD;
}
</style>
background-color css
<style>
a { background-color: #CCECAD; }
a { background-color: rgb(204,236,173); }
div.DivClassName
{
background-color: #CCECAD;
}
.BgClassName
{
background-color: #CCECAD;
}
</style>
border-color css
<style>
span { border-color: #CCECAD; }
span { border-color: rgb(204,236,173); }
td.TdClassName
{
border-color: #CCECAD;
}
.TagClassName
{
border-color: #CCECAD;
}
</style>