Shades of Reef #CBE8AC
Tints of Reef #CBE8AC
RGB
CMYK
RGB Variations
Color information
#CBE8AC (or 0xCBE8AC) is known color: Reef. HEX triplet: CB, E8 and AC. RGB value is (203,232,172). Sum of RGB (Red+Green+Blue) = 203+232+172=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE8AC is #341753. Grayscale: #D8D8D8. Windows color (decimal): -3413844 or 11331787. OLE color: 11331787.
HSL color Cylindrical-coordinate representation of color #CBE8AC: hue angle of 89º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBE8AC is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 172 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.09 |
| HSL | 89º | 0.57% | 0.79% | - |
| HSV(B) | 89º | 0.26% | 0.91% | - |
| XYZ | 60.93 | 73.39 | 49.98 | - |
| YUV | 216.49 | 102.89 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 172 | 0.12 | 0 | 0.26 | 0.09 | 89 | 0.57 | 0.79 |
| Hex | CB | E8 | AC | C | 0 | 1A | 9 | 59 | 39 | 4F |
| Octal | 313 | 350 | 254 | 14 | 0 | 32 | 11 | 131 | 71 | 117 |
| Binary | 11001011 | 11101000 | 10101100 | 1100 | 0 | 11010 | 1001 | 1011001 | 111001 | 1001111 |
Color Harmonies of #CBE8AC
Complementary color
Monochromatic Colors of #CBE8AC
Black with #CBE8AC
Text Example
Text Example
White with #CBE8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE8AC; }
p { color: rgb(203,232,172); }
H1.HeaderClassName
{
color: #CBE8AC;
}
.AnyTagClassName
{
color: #CBE8AC;
}
</style>
background-color css
<style>
a { background-color: #CBE8AC; }
a { background-color: rgb(203,232,172); }
div.DivClassName
{
background-color: #CBE8AC;
}
.BgClassName
{
background-color: #CBE8AC;
}
</style>
border-color css
<style>
span { border-color: #CBE8AC; }
span { border-color: rgb(203,232,172); }
td.TdClassName
{
border-color: #CBE8AC;
}
.TagClassName
{
border-color: #CBE8AC;
}
</style>