Shades of Reef #CBE893
Tints of Reef #CBE893
RGB
CMYK
RGB Variations
Color information
#CBE893 (or 0xCBE893) is known color: Reef. HEX triplet: CB, E8 and 93. RGB value is (203,232,147). Sum of RGB (Red+Green+Blue) = 203+232+147=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 147 (57.81% from 255 or 25.26% from 582); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE893 is #34176C. Grayscale: #D5D5D5. Windows color (decimal): -3413869 or 9693387. OLE color: 9693387.
HSL color Cylindrical-coordinate representation of color #CBE893: hue angle of 80.47º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE893 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 147 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.09 |
| HSL | 80.47º | 0.65% | 0.74% | - |
| HSV(B) | 80.47º | 0.37% | 0.91% | - |
| XYZ | 58.75 | 72.52 | 38.5 | - |
| YUV | 213.64 | 90.39 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 147 | 0.12 | 0 | 0.37 | 0.09 | 80.47 | 0.65 | 0.74 |
| Hex | CB | E8 | 93 | C | 0 | 25 | 9 | 50 | 41 | 4A |
| Octal | 313 | 350 | 223 | 14 | 0 | 45 | 11 | 120 | 101 | 112 |
| Binary | 11001011 | 11101000 | 10010011 | 1100 | 0 | 100101 | 1001 | 1010000 | 1000001 | 1001010 |
Color Harmonies of #CBE893
Complementary color
Monochromatic Colors of #CBE893
Black with #CBE893
Text Example
Text Example
White with #CBE893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE893; }
p { color: rgb(203,232,147); }
H1.HeaderClassName
{
color: #CBE893;
}
.AnyTagClassName
{
color: #CBE893;
}
</style>
background-color css
<style>
a { background-color: #CBE893; }
a { background-color: rgb(203,232,147); }
div.DivClassName
{
background-color: #CBE893;
}
.BgClassName
{
background-color: #CBE893;
}
</style>
border-color css
<style>
span { border-color: #CBE893; }
span { border-color: rgb(203,232,147); }
td.TdClassName
{
border-color: #CBE893;
}
.TagClassName
{
border-color: #CBE893;
}
</style>