Shades of Reef #CBEBA1
Tints of Reef #CBEBA1
RGB
CMYK
RGB Variations
Color information
#CBEBA1 (or 0xCBEBA1) is known color: Reef. HEX triplet: CB, EB and A1. RGB value is (203,235,161). Sum of RGB (Red+Green+Blue) = 203+235+161=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBA1 is #34145E. Grayscale: #D9D9D9. Windows color (decimal): -3413087 or 10611659. OLE color: 10611659.
HSL color Cylindrical-coordinate representation of color #CBEBA1: hue angle of 85.95º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBEBA1 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 161 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.08 |
| HSL | 85.95º | 0.65% | 0.78% | - |
| HSV(B) | 85.95º | 0.31% | 0.92% | - |
| XYZ | 60.77 | 74.69 | 44.93 | - |
| YUV | 217 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 161 | 0.14 | 0 | 0.31 | 0.08 | 85.95 | 0.65 | 0.78 |
| Hex | CB | EB | A1 | E | 0 | 1F | 8 | 56 | 41 | 4E |
| Octal | 313 | 353 | 241 | 16 | 0 | 37 | 10 | 126 | 101 | 116 |
| Binary | 11001011 | 11101011 | 10100001 | 1110 | 0 | 11111 | 1000 | 1010110 | 1000001 | 1001110 |
Color Harmonies of #CBEBA1
Complementary color
Monochromatic Colors of #CBEBA1
Black with #CBEBA1
Text Example
Text Example
White with #CBEBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBA1; }
p { color: rgb(203,235,161); }
H1.HeaderClassName
{
color: #CBEBA1;
}
.AnyTagClassName
{
color: #CBEBA1;
}
</style>
background-color css
<style>
a { background-color: #CBEBA1; }
a { background-color: rgb(203,235,161); }
div.DivClassName
{
background-color: #CBEBA1;
}
.BgClassName
{
background-color: #CBEBA1;
}
</style>
border-color css
<style>
span { border-color: #CBEBA1; }
span { border-color: rgb(203,235,161); }
td.TdClassName
{
border-color: #CBEBA1;
}
.TagClassName
{
border-color: #CBEBA1;
}
</style>