Shades of Reef #CBE4A1
Tints of Reef #CBE4A1
RGB
CMYK
RGB Variations
Color information
#CBE4A1 (or 0xCBE4A1) is known color: Reef. HEX triplet: CB, E4 and A1. RGB value is (203,228,161). Sum of RGB (Red+Green+Blue) = 203+228+161=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 161 (63.28% from 255 or 27.20% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE4A1 is #341B5E. Grayscale: #D5D5D5. Windows color (decimal): -3414879 or 10609867. OLE color: 10609867.
HSL color Cylindrical-coordinate representation of color #CBE4A1: hue angle of 82.39º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBE4A1 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 161 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.11 |
| HSL | 82.39º | 0.55% | 0.76% | - |
| HSV(B) | 82.39º | 0.29% | 0.89% | - |
| XYZ | 58.81 | 70.76 | 44.28 | - |
| YUV | 212.89 | 98.72 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 161 | 0.11 | 0 | 0.29 | 0.11 | 82.39 | 0.55 | 0.76 |
| Hex | CB | E4 | A1 | B | 0 | 1D | B | 52 | 37 | 4C |
| Octal | 313 | 344 | 241 | 13 | 0 | 35 | 13 | 122 | 67 | 114 |
| Binary | 11001011 | 11100100 | 10100001 | 1011 | 0 | 11101 | 1011 | 1010010 | 110111 | 1001100 |
Color Harmonies of #CBE4A1
Complementary color
Monochromatic Colors of #CBE4A1
Black with #CBE4A1
Text Example
Text Example
White with #CBE4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4A1; }
p { color: rgb(203,228,161); }
H1.HeaderClassName
{
color: #CBE4A1;
}
.AnyTagClassName
{
color: #CBE4A1;
}
</style>
background-color css
<style>
a { background-color: #CBE4A1; }
a { background-color: rgb(203,228,161); }
div.DivClassName
{
background-color: #CBE4A1;
}
.BgClassName
{
background-color: #CBE4A1;
}
</style>
border-color css
<style>
span { border-color: #CBE4A1; }
span { border-color: rgb(203,228,161); }
td.TdClassName
{
border-color: #CBE4A1;
}
.TagClassName
{
border-color: #CBE4A1;
}
</style>