Shades of Reef #CBE4AF
Tints of Reef #CBE4AF
RGB
CMYK
RGB Variations
Color information
#CBE4AF (or 0xCBE4AF) is known color: Reef. HEX triplet: CB, E4 and AF. RGB value is (203,228,175). Sum of RGB (Red+Green+Blue) = 203+228+175=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 175 (68.75% from 255 or 28.88% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE4AF is #341B50. Grayscale: #D6D6D6. Windows color (decimal): -3414865 or 11527371. OLE color: 11527371.
HSL color Cylindrical-coordinate representation of color #CBE4AF: hue angle of 88.3º degrees, saturation: 0.5, 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 #CBE4AF is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 175 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.11 |
| HSL | 88.3º | 0.5% | 0.79% | - |
| HSV(B) | 88.3º | 0.23% | 0.89% | - |
| XYZ | 60.11 | 71.28 | 51.15 | - |
| YUV | 214.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 175 | 0.11 | 0 | 0.23 | 0.11 | 88.3 | 0.5 | 0.79 |
| Hex | CB | E4 | AF | B | 0 | 17 | B | 58 | 32 | 4F |
| Octal | 313 | 344 | 257 | 13 | 0 | 27 | 13 | 130 | 62 | 117 |
| Binary | 11001011 | 11100100 | 10101111 | 1011 | 0 | 10111 | 1011 | 1011000 | 110010 | 1001111 |
Color Harmonies of #CBE4AF
Complementary color
Monochromatic Colors of #CBE4AF
Black with #CBE4AF
Text Example
Text Example
White with #CBE4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4AF; }
p { color: rgb(203,228,175); }
H1.HeaderClassName
{
color: #CBE4AF;
}
.AnyTagClassName
{
color: #CBE4AF;
}
</style>
background-color css
<style>
a { background-color: #CBE4AF; }
a { background-color: rgb(203,228,175); }
div.DivClassName
{
background-color: #CBE4AF;
}
.BgClassName
{
background-color: #CBE4AF;
}
</style>
border-color css
<style>
span { border-color: #CBE4AF; }
span { border-color: rgb(203,228,175); }
td.TdClassName
{
border-color: #CBE4AF;
}
.TagClassName
{
border-color: #CBE4AF;
}
</style>