Shades of Reef #CBE1B1
Tints of Reef #CBE1B1
RGB
CMYK
RGB Variations
Color information
#CBE1B1 (or 0xCBE1B1) is known color: Reef. HEX triplet: CB, E1 and B1. RGB value is (203,225,177). Sum of RGB (Red+Green+Blue) = 203+225+177=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 177 (69.53% from 255 or 29.26% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE1B1 is #341E4E. Grayscale: #D5D5D5. Windows color (decimal): -3415631 or 11657675. OLE color: 11657675.
HSL color Cylindrical-coordinate representation of color #CBE1B1: hue angle of 87.5º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBE1B1 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 177 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.12 |
| HSL | 87.5º | 0.44% | 0.79% | - |
| HSV(B) | 87.5º | 0.21% | 0.88% | - |
| XYZ | 59.49 | 69.72 | 51.92 | - |
| YUV | 212.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 177 | 0.10 | 0 | 0.21 | 0.12 | 87.5 | 0.44 | 0.79 |
| Hex | CB | E1 | B1 | A | 0 | 15 | C | 57 | 2C | 4F |
| Octal | 313 | 341 | 261 | 12 | 0 | 25 | 14 | 127 | 54 | 117 |
| Binary | 11001011 | 11100001 | 10110001 | 1010 | 0 | 10101 | 1100 | 1010111 | 101100 | 1001111 |
Color Harmonies of #CBE1B1
Complementary color
Monochromatic Colors of #CBE1B1
Black with #CBE1B1
Text Example
Text Example
White with #CBE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1B1; }
p { color: rgb(203,225,177); }
H1.HeaderClassName
{
color: #CBE1B1;
}
.AnyTagClassName
{
color: #CBE1B1;
}
</style>
background-color css
<style>
a { background-color: #CBE1B1; }
a { background-color: rgb(203,225,177); }
div.DivClassName
{
background-color: #CBE1B1;
}
.BgClassName
{
background-color: #CBE1B1;
}
</style>
border-color css
<style>
span { border-color: #CBE1B1; }
span { border-color: rgb(203,225,177); }
td.TdClassName
{
border-color: #CBE1B1;
}
.TagClassName
{
border-color: #CBE1B1;
}
</style>