Shades of Reef #CBE5AA
Tints of Reef #CBE5AA
RGB
CMYK
RGB Variations
Color information
#CBE5AA (or 0xCBE5AA) is known color: Reef. HEX triplet: CB, E5 and AA. RGB value is (203,229,170). Sum of RGB (Red+Green+Blue) = 203+229+170=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE5AA is #341A55. Grayscale: #D6D6D6. Windows color (decimal): -3414614 or 11199947. OLE color: 11199947.
HSL color Cylindrical-coordinate representation of color #CBE5AA: hue angle of 86.44º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBE5AA is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 170 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.10 |
| HSL | 86.44º | 0.53% | 0.78% | - |
| HSV(B) | 86.44º | 0.26% | 0.9% | - |
| XYZ | 59.9 | 71.64 | 48.7 | - |
| YUV | 214.5 | 102.89 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 170 | 0.11 | 0 | 0.26 | 0.10 | 86.44 | 0.53 | 0.78 |
| Hex | CB | E5 | AA | B | 0 | 1A | A | 56 | 35 | 4E |
| Octal | 313 | 345 | 252 | 13 | 0 | 32 | 12 | 126 | 65 | 116 |
| Binary | 11001011 | 11100101 | 10101010 | 1011 | 0 | 11010 | 1010 | 1010110 | 110101 | 1001110 |
Color Harmonies of #CBE5AA
Complementary color
Monochromatic Colors of #CBE5AA
Black with #CBE5AA
Text Example
Text Example
White with #CBE5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5AA; }
p { color: rgb(203,229,170); }
H1.HeaderClassName
{
color: #CBE5AA;
}
.AnyTagClassName
{
color: #CBE5AA;
}
</style>
background-color css
<style>
a { background-color: #CBE5AA; }
a { background-color: rgb(203,229,170); }
div.DivClassName
{
background-color: #CBE5AA;
}
.BgClassName
{
background-color: #CBE5AA;
}
</style>
border-color css
<style>
span { border-color: #CBE5AA; }
span { border-color: rgb(203,229,170); }
td.TdClassName
{
border-color: #CBE5AA;
}
.TagClassName
{
border-color: #CBE5AA;
}
</style>