Shades of Reef #CBE4AA
Tints of Reef #CBE4AA
RGB
CMYK
RGB Variations
Color information
#CBE4AA (or 0xCBE4AA) is known color: Reef. HEX triplet: CB, E4 and AA. RGB value is (203,228,170). Sum of RGB (Red+Green+Blue) = 203+228+170=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 170 (66.80% from 255 or 28.29% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE4AA is #341B55. Grayscale: #D6D6D6. Windows color (decimal): -3414870 or 11199691. OLE color: 11199691.
HSL color Cylindrical-coordinate representation of color #CBE4AA: hue angle of 85.86º degrees, saturation: 0.52, 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 #CBE4AA is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 170 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.11 |
| HSL | 85.86º | 0.52% | 0.78% | - |
| HSV(B) | 85.86º | 0.25% | 0.89% | - |
| XYZ | 59.63 | 71.09 | 48.61 | - |
| YUV | 213.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 170 | 0.11 | 0 | 0.25 | 0.11 | 85.86 | 0.52 | 0.78 |
| Hex | CB | E4 | AA | B | 0 | 19 | B | 56 | 34 | 4E |
| Octal | 313 | 344 | 252 | 13 | 0 | 31 | 13 | 126 | 64 | 116 |
| Binary | 11001011 | 11100100 | 10101010 | 1011 | 0 | 11001 | 1011 | 1010110 | 110100 | 1001110 |
Color Harmonies of #CBE4AA
Complementary color
Monochromatic Colors of #CBE4AA
Black with #CBE4AA
Text Example
Text Example
White with #CBE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4AA; }
p { color: rgb(203,228,170); }
H1.HeaderClassName
{
color: #CBE4AA;
}
.AnyTagClassName
{
color: #CBE4AA;
}
</style>
background-color css
<style>
a { background-color: #CBE4AA; }
a { background-color: rgb(203,228,170); }
div.DivClassName
{
background-color: #CBE4AA;
}
.BgClassName
{
background-color: #CBE4AA;
}
</style>
border-color css
<style>
span { border-color: #CBE4AA; }
span { border-color: rgb(203,228,170); }
td.TdClassName
{
border-color: #CBE4AA;
}
.TagClassName
{
border-color: #CBE4AA;
}
</style>