Shades of Reef #CBECAE
Tints of Reef #CBECAE
RGB
CMYK
RGB Variations
Color information
#CBECAE (or 0xCBECAE) is known color: Reef. HEX triplet: CB, EC and AE. RGB value is (203,236,174). Sum of RGB (Red+Green+Blue) = 203+236+174=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBECAE is #341351. Grayscale: #DBDBDB. Windows color (decimal): -3412818 or 11463883. OLE color: 11463883.
HSL color Cylindrical-coordinate representation of color #CBECAE: hue angle of 91.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBECAE is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 174 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.07 |
| HSL | 91.94º | 0.62% | 0.8% | - |
| HSV(B) | 91.94º | 0.26% | 0.93% | - |
| XYZ | 62.26 | 75.74 | 51.38 | - |
| YUV | 219.07 | 102.57 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 174 | 0.14 | 0 | 0.26 | 0.07 | 91.94 | 0.62 | 0.8 |
| Hex | CB | EC | AE | E | 0 | 1A | 7 | 5C | 3E | 50 |
| Octal | 313 | 354 | 256 | 16 | 0 | 32 | 7 | 134 | 76 | 120 |
| Binary | 11001011 | 11101100 | 10101110 | 1110 | 0 | 11010 | 111 | 1011100 | 111110 | 1010000 |
Color Harmonies of #CBECAE
Complementary color
Monochromatic Colors of #CBECAE
Black with #CBECAE
Text Example
Text Example
White with #CBECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECAE; }
p { color: rgb(203,236,174); }
H1.HeaderClassName
{
color: #CBECAE;
}
.AnyTagClassName
{
color: #CBECAE;
}
</style>
background-color css
<style>
a { background-color: #CBECAE; }
a { background-color: rgb(203,236,174); }
div.DivClassName
{
background-color: #CBECAE;
}
.BgClassName
{
background-color: #CBECAE;
}
</style>
border-color css
<style>
span { border-color: #CBECAE; }
span { border-color: rgb(203,236,174); }
td.TdClassName
{
border-color: #CBECAE;
}
.TagClassName
{
border-color: #CBECAE;
}
</style>