Shades of Reef #CBE3AA
Tints of Reef #CBE3AA
RGB
CMYK
RGB Variations
Color information
#CBE3AA (or 0xCBE3AA) is known color: Reef. HEX triplet: CB, E3 and AA. RGB value is (203,227,170). Sum of RGB (Red+Green+Blue) = 203+227+170=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE3AA is #341C55. Grayscale: #D5D5D5. Windows color (decimal): -3415126 or 11199435. OLE color: 11199435.
HSL color Cylindrical-coordinate representation of color #CBE3AA: hue angle of 85.26º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBE3AA is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 227 | 170 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.11 |
| HSL | 85.26º | 0.5% | 0.78% | - |
| HSV(B) | 85.26º | 0.25% | 0.89% | - |
| XYZ | 59.35 | 70.54 | 48.52 | - |
| YUV | 213.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 227 | 170 | 0.11 | 0 | 0.25 | 0.11 | 85.26 | 0.5 | 0.78 |
| Hex | CB | E3 | AA | B | 0 | 19 | B | 55 | 32 | 4E |
| Octal | 313 | 343 | 252 | 13 | 0 | 31 | 13 | 125 | 62 | 116 |
| Binary | 11001011 | 11100011 | 10101010 | 1011 | 0 | 11001 | 1011 | 1010101 | 110010 | 1001110 |
Color Harmonies of #CBE3AA
Complementary color
Monochromatic Colors of #CBE3AA
Black with #CBE3AA
Text Example
Text Example
White with #CBE3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE3AA; }
p { color: rgb(203,227,170); }
H1.HeaderClassName
{
color: #CBE3AA;
}
.AnyTagClassName
{
color: #CBE3AA;
}
</style>
background-color css
<style>
a { background-color: #CBE3AA; }
a { background-color: rgb(203,227,170); }
div.DivClassName
{
background-color: #CBE3AA;
}
.BgClassName
{
background-color: #CBE3AA;
}
</style>
border-color css
<style>
span { border-color: #CBE3AA; }
span { border-color: rgb(203,227,170); }
td.TdClassName
{
border-color: #CBE3AA;
}
.TagClassName
{
border-color: #CBE3AA;
}
</style>