Shades of Reef #CBE6AF
Tints of Reef #CBE6AF
RGB
CMYK
RGB Variations
Color information
#CBE6AF (or 0xCBE6AF) is known color: Reef. HEX triplet: CB, E6 and AF. RGB value is (203,230,175). Sum of RGB (Red+Green+Blue) = 203+230+175=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE6AF is #341950. Grayscale: #D7D7D7. Windows color (decimal): -3414353 or 11527883. OLE color: 11527883.
HSL color Cylindrical-coordinate representation of color #CBE6AF: hue angle of 89.45º degrees, saturation: 0.52, 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 #CBE6AF is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 175 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.10 |
| HSL | 89.45º | 0.52% | 0.79% | - |
| HSV(B) | 89.45º | 0.24% | 0.9% | - |
| XYZ | 60.66 | 72.39 | 51.33 | - |
| YUV | 215.66 | 105.05 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 175 | 0.12 | 0 | 0.24 | 0.10 | 89.45 | 0.52 | 0.79 |
| Hex | CB | E6 | AF | C | 0 | 18 | A | 59 | 34 | 4F |
| Octal | 313 | 346 | 257 | 14 | 0 | 30 | 12 | 131 | 64 | 117 |
| Binary | 11001011 | 11100110 | 10101111 | 1100 | 0 | 11000 | 1010 | 1011001 | 110100 | 1001111 |
Color Harmonies of #CBE6AF
Complementary color
Monochromatic Colors of #CBE6AF
Black with #CBE6AF
Text Example
Text Example
White with #CBE6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6AF; }
p { color: rgb(203,230,175); }
H1.HeaderClassName
{
color: #CBE6AF;
}
.AnyTagClassName
{
color: #CBE6AF;
}
</style>
background-color css
<style>
a { background-color: #CBE6AF; }
a { background-color: rgb(203,230,175); }
div.DivClassName
{
background-color: #CBE6AF;
}
.BgClassName
{
background-color: #CBE6AF;
}
</style>
border-color css
<style>
span { border-color: #CBE6AF; }
span { border-color: rgb(203,230,175); }
td.TdClassName
{
border-color: #CBE6AF;
}
.TagClassName
{
border-color: #CBE6AF;
}
</style>