Shades of Reef #CBE5AF
Tints of Reef #CBE5AF
RGB
CMYK
RGB Variations
Color information
#CBE5AF (or 0xCBE5AF) is known color: Reef. HEX triplet: CB, E5 and AF. RGB value is (203,229,175). Sum of RGB (Red+Green+Blue) = 203+229+175=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE5AF is #341A50. Grayscale: #D7D7D7. Windows color (decimal): -3414609 or 11527627. OLE color: 11527627.
HSL color Cylindrical-coordinate representation of color #CBE5AF: hue angle of 88.89º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBE5AF is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 175 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.10 |
| HSL | 88.89º | 0.51% | 0.79% | - |
| HSV(B) | 88.89º | 0.24% | 0.9% | - |
| XYZ | 60.39 | 71.83 | 51.24 | - |
| YUV | 215.07 | 105.39 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 175 | 0.11 | 0 | 0.24 | 0.10 | 88.89 | 0.51 | 0.79 |
| Hex | CB | E5 | AF | B | 0 | 18 | A | 59 | 33 | 4F |
| Octal | 313 | 345 | 257 | 13 | 0 | 30 | 12 | 131 | 63 | 117 |
| Binary | 11001011 | 11100101 | 10101111 | 1011 | 0 | 11000 | 1010 | 1011001 | 110011 | 1001111 |
Color Harmonies of #CBE5AF
Complementary color
Monochromatic Colors of #CBE5AF
Black with #CBE5AF
Text Example
Text Example
White with #CBE5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5AF; }
p { color: rgb(203,229,175); }
H1.HeaderClassName
{
color: #CBE5AF;
}
.AnyTagClassName
{
color: #CBE5AF;
}
</style>
background-color css
<style>
a { background-color: #CBE5AF; }
a { background-color: rgb(203,229,175); }
div.DivClassName
{
background-color: #CBE5AF;
}
.BgClassName
{
background-color: #CBE5AF;
}
</style>
border-color css
<style>
span { border-color: #CBE5AF; }
span { border-color: rgb(203,229,175); }
td.TdClassName
{
border-color: #CBE5AF;
}
.TagClassName
{
border-color: #CBE5AF;
}
</style>