Shades of Reef #CBEDA3
Tints of Reef #CBEDA3
RGB
CMYK
RGB Variations
Color information
#CBEDA3 (or 0xCBEDA3) is known color: Reef. HEX triplet: CB, ED and A3. RGB value is (203,237,163). Sum of RGB (Red+Green+Blue) = 203+237+163=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDA3 is #34125C. Grayscale: #DADADA. Windows color (decimal): -3412573 or 10743243. OLE color: 10743243.
HSL color Cylindrical-coordinate representation of color #CBEDA3: hue angle of 87.57º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBEDA3 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 163 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.07 |
| HSL | 87.57º | 0.67% | 0.78% | - |
| HSV(B) | 87.57º | 0.31% | 0.93% | - |
| XYZ | 61.52 | 75.91 | 46.06 | - |
| YUV | 218.4 | 96.74 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 163 | 0.14 | 0 | 0.31 | 0.07 | 87.57 | 0.67 | 0.78 |
| Hex | CB | ED | A3 | E | 0 | 1F | 7 | 58 | 43 | 4E |
| Octal | 313 | 355 | 243 | 16 | 0 | 37 | 7 | 130 | 103 | 116 |
| Binary | 11001011 | 11101101 | 10100011 | 1110 | 0 | 11111 | 111 | 1011000 | 1000011 | 1001110 |
Color Harmonies of #CBEDA3
Complementary color
Monochromatic Colors of #CBEDA3
Black with #CBEDA3
Text Example
Text Example
White with #CBEDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDA3; }
p { color: rgb(203,237,163); }
H1.HeaderClassName
{
color: #CBEDA3;
}
.AnyTagClassName
{
color: #CBEDA3;
}
</style>
background-color css
<style>
a { background-color: #CBEDA3; }
a { background-color: rgb(203,237,163); }
div.DivClassName
{
background-color: #CBEDA3;
}
.BgClassName
{
background-color: #CBEDA3;
}
</style>
border-color css
<style>
span { border-color: #CBEDA3; }
span { border-color: rgb(203,237,163); }
td.TdClassName
{
border-color: #CBEDA3;
}
.TagClassName
{
border-color: #CBEDA3;
}
</style>