Shades of Reef #CCEBAF
Tints of Reef #CCEBAF
RGB
CMYK
RGB Variations
Color information
#CCEBAF (or 0xCCEBAF) is known color: Reef. HEX triplet: CC, EB and AF. RGB value is (204,235,175). Sum of RGB (Red+Green+Blue) = 204+235+175=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEBAF is #331450. Grayscale: #DBDBDB. Windows color (decimal): -3347537 or 11529164. OLE color: 11529164.
HSL color Cylindrical-coordinate representation of color #CCEBAF: hue angle of 91º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCEBAF is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 175 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.08 |
| HSL | 91º | 0.6% | 0.8% | - |
| HSV(B) | 91º | 0.26% | 0.92% | - |
| XYZ | 62.35 | 75.35 | 51.82 | - |
| YUV | 218.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 175 | 0.13 | 0 | 0.26 | 0.08 | 91 | 0.6 | 0.8 |
| Hex | CC | EB | AF | D | 0 | 1A | 8 | 5B | 3C | 50 |
| Octal | 314 | 353 | 257 | 15 | 0 | 32 | 10 | 133 | 74 | 120 |
| Binary | 11001100 | 11101011 | 10101111 | 1101 | 0 | 11010 | 1000 | 1011011 | 111100 | 1010000 |
Color Harmonies of #CCEBAF
Complementary color
Monochromatic Colors of #CCEBAF
Black with #CCEBAF
Text Example
Text Example
White with #CCEBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBAF; }
p { color: rgb(204,235,175); }
H1.HeaderClassName
{
color: #CCEBAF;
}
.AnyTagClassName
{
color: #CCEBAF;
}
</style>
background-color css
<style>
a { background-color: #CCEBAF; }
a { background-color: rgb(204,235,175); }
div.DivClassName
{
background-color: #CCEBAF;
}
.BgClassName
{
background-color: #CCEBAF;
}
</style>
border-color css
<style>
span { border-color: #CCEBAF; }
span { border-color: rgb(204,235,175); }
td.TdClassName
{
border-color: #CCEBAF;
}
.TagClassName
{
border-color: #CCEBAF;
}
</style>