Shades of Reef #CBEBA8
Tints of Reef #CBEBA8
RGB
CMYK
RGB Variations
Color information
#CBEBA8 (or 0xCBEBA8) is known color: Reef. HEX triplet: CB, EB and A8. RGB value is (203,235,168). Sum of RGB (Red+Green+Blue) = 203+235+168=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEBA8 is #341457. Grayscale: #DADADA. Windows color (decimal): -3413080 or 11070411. OLE color: 11070411.
HSL color Cylindrical-coordinate representation of color #CBEBA8: hue angle of 88.66º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBEBA8 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 168 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.08 |
| HSL | 88.66º | 0.63% | 0.79% | - |
| HSV(B) | 88.66º | 0.29% | 0.92% | - |
| XYZ | 61.4 | 74.94 | 48.27 | - |
| YUV | 217.79 | 99.9 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 168 | 0.14 | 0 | 0.29 | 0.08 | 88.66 | 0.63 | 0.79 |
| Hex | CB | EB | A8 | E | 0 | 1D | 8 | 59 | 3F | 4F |
| Octal | 313 | 353 | 250 | 16 | 0 | 35 | 10 | 131 | 77 | 117 |
| Binary | 11001011 | 11101011 | 10101000 | 1110 | 0 | 11101 | 1000 | 1011001 | 111111 | 1001111 |
Color Harmonies of #CBEBA8
Complementary color
Monochromatic Colors of #CBEBA8
Black with #CBEBA8
Text Example
Text Example
White with #CBEBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBA8; }
p { color: rgb(203,235,168); }
H1.HeaderClassName
{
color: #CBEBA8;
}
.AnyTagClassName
{
color: #CBEBA8;
}
</style>
background-color css
<style>
a { background-color: #CBEBA8; }
a { background-color: rgb(203,235,168); }
div.DivClassName
{
background-color: #CBEBA8;
}
.BgClassName
{
background-color: #CBEBA8;
}
</style>
border-color css
<style>
span { border-color: #CBEBA8; }
span { border-color: rgb(203,235,168); }
td.TdClassName
{
border-color: #CBEBA8;
}
.TagClassName
{
border-color: #CBEBA8;
}
</style>