Shades of Reef #CBE1AC
Tints of Reef #CBE1AC
RGB
CMYK
RGB Variations
Color information
#CBE1AC (or 0xCBE1AC) is known color: Reef. HEX triplet: CB, E1 and AC. RGB value is (203,225,172). Sum of RGB (Red+Green+Blue) = 203+225+172=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 172 (67.58% from 255 or 28.67% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE1AC is #341E53. Grayscale: #D4D4D4. Windows color (decimal): -3415636 or 11329995. OLE color: 11329995.
HSL color Cylindrical-coordinate representation of color #CBE1AC: hue angle of 84.91º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBE1AC is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 172 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.12 |
| HSL | 84.91º | 0.47% | 0.78% | - |
| HSV(B) | 84.91º | 0.24% | 0.88% | - |
| XYZ | 59 | 69.53 | 49.34 | - |
| YUV | 212.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 172 | 0.10 | 0 | 0.24 | 0.12 | 84.91 | 0.47 | 0.78 |
| Hex | CB | E1 | AC | A | 0 | 18 | C | 55 | 2F | 4E |
| Octal | 313 | 341 | 254 | 12 | 0 | 30 | 14 | 125 | 57 | 116 |
| Binary | 11001011 | 11100001 | 10101100 | 1010 | 0 | 11000 | 1100 | 1010101 | 101111 | 1001110 |
Color Harmonies of #CBE1AC
Complementary color
Monochromatic Colors of #CBE1AC
Black with #CBE1AC
Text Example
Text Example
White with #CBE1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1AC; }
p { color: rgb(203,225,172); }
H1.HeaderClassName
{
color: #CBE1AC;
}
.AnyTagClassName
{
color: #CBE1AC;
}
</style>
background-color css
<style>
a { background-color: #CBE1AC; }
a { background-color: rgb(203,225,172); }
div.DivClassName
{
background-color: #CBE1AC;
}
.BgClassName
{
background-color: #CBE1AC;
}
</style>
border-color css
<style>
span { border-color: #CBE1AC; }
span { border-color: rgb(203,225,172); }
td.TdClassName
{
border-color: #CBE1AC;
}
.TagClassName
{
border-color: #CBE1AC;
}
</style>