Shades of Reef #CBEBAC
Tints of Reef #CBEBAC
RGB
CMYK
RGB Variations
Color information
#CBEBAC (or 0xCBEBAC) is known color: Reef. HEX triplet: CB, EB and AC. RGB value is (203,235,172). Sum of RGB (Red+Green+Blue) = 203+235+172=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBAC is #341453. Grayscale: #DADADA. Windows color (decimal): -3413076 or 11332555. OLE color: 11332555.
HSL color Cylindrical-coordinate representation of color #CBEBAC: hue angle of 90.48º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBEBAC is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 172 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.08 |
| HSL | 90.48º | 0.61% | 0.8% | - |
| HSV(B) | 90.48º | 0.27% | 0.92% | - |
| XYZ | 61.78 | 75.09 | 50.27 | - |
| YUV | 218.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 172 | 0.14 | 0 | 0.27 | 0.08 | 90.48 | 0.61 | 0.8 |
| Hex | CB | EB | AC | E | 0 | 1B | 8 | 5A | 3D | 50 |
| Octal | 313 | 353 | 254 | 16 | 0 | 33 | 10 | 132 | 75 | 120 |
| Binary | 11001011 | 11101011 | 10101100 | 1110 | 0 | 11011 | 1000 | 1011010 | 111101 | 1010000 |
Color Harmonies of #CBEBAC
Complementary color
Monochromatic Colors of #CBEBAC
Black with #CBEBAC
Text Example
Text Example
White with #CBEBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBAC; }
p { color: rgb(203,235,172); }
H1.HeaderClassName
{
color: #CBEBAC;
}
.AnyTagClassName
{
color: #CBEBAC;
}
</style>
background-color css
<style>
a { background-color: #CBEBAC; }
a { background-color: rgb(203,235,172); }
div.DivClassName
{
background-color: #CBEBAC;
}
.BgClassName
{
background-color: #CBEBAC;
}
</style>
border-color css
<style>
span { border-color: #CBEBAC; }
span { border-color: rgb(203,235,172); }
td.TdClassName
{
border-color: #CBEBAC;
}
.TagClassName
{
border-color: #CBEBAC;
}
</style>