Shades of Reef #CBE7A9
Tints of Reef #CBE7A9
RGB
CMYK
RGB Variations
Color information
#CBE7A9 (or 0xCBE7A9) is known color: Reef. HEX triplet: CB, E7 and A9. RGB value is (203,231,169). Sum of RGB (Red+Green+Blue) = 203+231+169=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE7A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE7A9 is #341856. Grayscale: #D7D7D7. Windows color (decimal): -3414103 or 11134923. OLE color: 11134923.
HSL color Cylindrical-coordinate representation of color #CBE7A9: hue angle of 87.1º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBE7A9 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 169 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.09 |
| HSL | 87.1º | 0.56% | 0.78% | - |
| HSV(B) | 87.1º | 0.27% | 0.91% | - |
| XYZ | 60.37 | 72.71 | 48.39 | - |
| YUV | 215.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 169 | 0.12 | 0 | 0.27 | 0.09 | 87.1 | 0.56 | 0.78 |
| Hex | CB | E7 | A9 | C | 0 | 1B | 9 | 57 | 38 | 4E |
| Octal | 313 | 347 | 251 | 14 | 0 | 33 | 11 | 127 | 70 | 116 |
| Binary | 11001011 | 11100111 | 10101001 | 1100 | 0 | 11011 | 1001 | 1010111 | 111000 | 1001110 |
Color Harmonies of #CBE7A9
Complementary color
Monochromatic Colors of #CBE7A9
Black with #CBE7A9
Text Example
Text Example
White with #CBE7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE7A9; }
p { color: rgb(203,231,169); }
H1.HeaderClassName
{
color: #CBE7A9;
}
.AnyTagClassName
{
color: #CBE7A9;
}
</style>
background-color css
<style>
a { background-color: #CBE7A9; }
a { background-color: rgb(203,231,169); }
div.DivClassName
{
background-color: #CBE7A9;
}
.BgClassName
{
background-color: #CBE7A9;
}
</style>
border-color css
<style>
span { border-color: #CBE7A9; }
span { border-color: rgb(203,231,169); }
td.TdClassName
{
border-color: #CBE7A9;
}
.TagClassName
{
border-color: #CBE7A9;
}
</style>