Shades of Reef #CBE1B2
Tints of Reef #CBE1B2
RGB
CMYK
RGB Variations
Color information
#CBE1B2 (or 0xCBE1B2) is known color: Reef. HEX triplet: CB, E1 and B2. RGB value is (203,225,178). Sum of RGB (Red+Green+Blue) = 203+225+178=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 178 (69.92% from 255 or 29.37% from 606); Max value from RGB is 225 - color contains mainly: green. Hex color #CBE1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE1B2 is #341E4D. Grayscale: #D5D5D5. Windows color (decimal): -3415630 or 11723211. OLE color: 11723211.
HSL color Cylindrical-coordinate representation of color #CBE1B2: hue angle of 88.09º 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 #CBE1B2 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 225 | 178 | - |
| CMYK | 0.10 | 0 | 0.21 | 0.12 |
| HSL | 88.09º | 0.44% | 0.79% | - |
| HSV(B) | 88.09º | 0.21% | 0.88% | - |
| XYZ | 59.59 | 69.76 | 52.44 | - |
| YUV | 213.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 178 | 0.10 | 0 | 0.21 | 0.12 | 88.09 | 0.44 | 0.79 |
| Hex | CB | E1 | B2 | A | 0 | 15 | C | 58 | 2C | 4F |
| Octal | 313 | 341 | 262 | 12 | 0 | 25 | 14 | 130 | 54 | 117 |
| Binary | 11001011 | 11100001 | 10110010 | 1010 | 0 | 10101 | 1100 | 1011000 | 101100 | 1001111 |
Color Harmonies of #CBE1B2
Complementary color
Monochromatic Colors of #CBE1B2
Black with #CBE1B2
Text Example
Text Example
White with #CBE1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1B2; }
p { color: rgb(203,225,178); }
H1.HeaderClassName
{
color: #CBE1B2;
}
.AnyTagClassName
{
color: #CBE1B2;
}
</style>
background-color css
<style>
a { background-color: #CBE1B2; }
a { background-color: rgb(203,225,178); }
div.DivClassName
{
background-color: #CBE1B2;
}
.BgClassName
{
background-color: #CBE1B2;
}
</style>
border-color css
<style>
span { border-color: #CBE1B2; }
span { border-color: rgb(203,225,178); }
td.TdClassName
{
border-color: #CBE1B2;
}
.TagClassName
{
border-color: #CBE1B2;
}
</style>