Shades of Reef #CBEDA8
Tints of Reef #CBEDA8
RGB
CMYK
RGB Variations
Color information
#CBEDA8 (or 0xCBEDA8) is known color: Reef. HEX triplet: CB, ED and A8. RGB value is (203,237,168). Sum of RGB (Red+Green+Blue) = 203+237+168=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDA8 is #341257. Grayscale: #DBDBDB. Windows color (decimal): -3412568 or 11070923. OLE color: 11070923.
HSL color Cylindrical-coordinate representation of color #CBEDA8: hue angle of 89.57º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBEDA8 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 168 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.07 |
| HSL | 89.57º | 0.66% | 0.79% | - |
| HSV(B) | 89.57º | 0.29% | 0.93% | - |
| XYZ | 61.98 | 76.09 | 48.47 | - |
| YUV | 218.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 168 | 0.14 | 0 | 0.29 | 0.07 | 89.57 | 0.66 | 0.79 |
| Hex | CB | ED | A8 | E | 0 | 1D | 7 | 5A | 42 | 4F |
| Octal | 313 | 355 | 250 | 16 | 0 | 35 | 7 | 132 | 102 | 117 |
| Binary | 11001011 | 11101101 | 10101000 | 1110 | 0 | 11101 | 111 | 1011010 | 1000010 | 1001111 |
Color Harmonies of #CBEDA8
Complementary color
Monochromatic Colors of #CBEDA8
Black with #CBEDA8
Text Example
Text Example
White with #CBEDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDA8; }
p { color: rgb(203,237,168); }
H1.HeaderClassName
{
color: #CBEDA8;
}
.AnyTagClassName
{
color: #CBEDA8;
}
</style>
background-color css
<style>
a { background-color: #CBEDA8; }
a { background-color: rgb(203,237,168); }
div.DivClassName
{
background-color: #CBEDA8;
}
.BgClassName
{
background-color: #CBEDA8;
}
</style>
border-color css
<style>
span { border-color: #CBEDA8; }
span { border-color: rgb(203,237,168); }
td.TdClassName
{
border-color: #CBEDA8;
}
.TagClassName
{
border-color: #CBEDA8;
}
</style>