Shades of Reef #CBE3AF
Tints of Reef #CBE3AF
RGB
CMYK
RGB Variations
Color information
#CBE3AF (or 0xCBE3AF) is known color: Reef. HEX triplet: CB, E3 and AF. RGB value is (203,227,175). Sum of RGB (Red+Green+Blue) = 203+227+175=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE3AF is #341C50. Grayscale: #D6D6D6. Windows color (decimal): -3415121 or 11527115. OLE color: 11527115.
HSL color Cylindrical-coordinate representation of color #CBE3AF: hue angle of 87.69º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBE3AF is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 175 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.11 |
| HSL | 87.69º | 0.48% | 0.79% | - |
| HSV(B) | 87.69º | 0.23% | 0.89% | - |
| XYZ | 59.84 | 70.73 | 51.06 | - |
| YUV | 213.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 175 | 0.11 | 0 | 0.23 | 0.11 | 87.69 | 0.48 | 0.79 |
| Hex | CB | E3 | AF | B | 0 | 17 | B | 58 | 30 | 4F |
| Octal | 313 | 343 | 257 | 13 | 0 | 27 | 13 | 130 | 60 | 117 |
| Binary | 11001011 | 11100011 | 10101111 | 1011 | 0 | 10111 | 1011 | 1011000 | 110000 | 1001111 |
Color Harmonies of #CBE3AF
Complementary color
Monochromatic Colors of #CBE3AF
Black with #CBE3AF
Text Example
Text Example
White with #CBE3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3AF; }
p { color: rgb(203,227,175); }
H1.HeaderClassName
{
color: #CBE3AF;
}
.AnyTagClassName
{
color: #CBE3AF;
}
</style>
background-color css
<style>
a { background-color: #CBE3AF; }
a { background-color: rgb(203,227,175); }
div.DivClassName
{
background-color: #CBE3AF;
}
.BgClassName
{
background-color: #CBE3AF;
}
</style>
border-color css
<style>
span { border-color: #CBE3AF; }
span { border-color: rgb(203,227,175); }
td.TdClassName
{
border-color: #CBE3AF;
}
.TagClassName
{
border-color: #CBE3AF;
}
</style>