Shades of Reef #CBE5AD
Tints of Reef #CBE5AD
RGB
CMYK
RGB Variations
Color information
#CBE5AD (or 0xCBE5AD) is known color: Reef. HEX triplet: CB, E5 and AD. RGB value is (203,229,173). Sum of RGB (Red+Green+Blue) = 203+229+173=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE5AD is #341A52. Grayscale: #D7D7D7. Windows color (decimal): -3414611 or 11396555. OLE color: 11396555.
HSL color Cylindrical-coordinate representation of color #CBE5AD: hue angle of 87.86º 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 #CBE5AD is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 173 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.10 |
| HSL | 87.86º | 0.52% | 0.79% | - |
| HSV(B) | 87.86º | 0.24% | 0.9% | - |
| XYZ | 60.19 | 71.75 | 50.21 | - |
| YUV | 214.84 | 104.39 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 173 | 0.11 | 0 | 0.24 | 0.10 | 87.86 | 0.52 | 0.79 |
| Hex | CB | E5 | AD | B | 0 | 18 | A | 58 | 34 | 4F |
| Octal | 313 | 345 | 255 | 13 | 0 | 30 | 12 | 130 | 64 | 117 |
| Binary | 11001011 | 11100101 | 10101101 | 1011 | 0 | 11000 | 1010 | 1011000 | 110100 | 1001111 |
Color Harmonies of #CBE5AD
Complementary color
Monochromatic Colors of #CBE5AD
Black with #CBE5AD
Text Example
Text Example
White with #CBE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5AD; }
p { color: rgb(203,229,173); }
H1.HeaderClassName
{
color: #CBE5AD;
}
.AnyTagClassName
{
color: #CBE5AD;
}
</style>
background-color css
<style>
a { background-color: #CBE5AD; }
a { background-color: rgb(203,229,173); }
div.DivClassName
{
background-color: #CBE5AD;
}
.BgClassName
{
background-color: #CBE5AD;
}
</style>
border-color css
<style>
span { border-color: #CBE5AD; }
span { border-color: rgb(203,229,173); }
td.TdClassName
{
border-color: #CBE5AD;
}
.TagClassName
{
border-color: #CBE5AD;
}
</style>