Shades of Reef #CBEDA6
Tints of Reef #CBEDA6
RGB
CMYK
RGB Variations
Color information
#CBEDA6 (or 0xCBEDA6) is known color: Reef. HEX triplet: CB, ED and A6. RGB value is (203,237,166). Sum of RGB (Red+Green+Blue) = 203+237+166=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDA6 is #341259. Grayscale: #DADADA. Windows color (decimal): -3412570 or 10939851. OLE color: 10939851.
HSL color Cylindrical-coordinate representation of color #CBEDA6: hue angle of 88.73º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBEDA6 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 166 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.07 |
| HSL | 88.73º | 0.66% | 0.79% | - |
| HSV(B) | 88.73º | 0.3% | 0.93% | - |
| XYZ | 61.8 | 76.02 | 47.49 | - |
| YUV | 218.74 | 98.24 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 166 | 0.14 | 0 | 0.30 | 0.07 | 88.73 | 0.66 | 0.79 |
| Hex | CB | ED | A6 | E | 0 | 1E | 7 | 59 | 42 | 4F |
| Octal | 313 | 355 | 246 | 16 | 0 | 36 | 7 | 131 | 102 | 117 |
| Binary | 11001011 | 11101101 | 10100110 | 1110 | 0 | 11110 | 111 | 1011001 | 1000010 | 1001111 |
Color Harmonies of #CBEDA6
Complementary color
Monochromatic Colors of #CBEDA6
Black with #CBEDA6
Text Example
Text Example
White with #CBEDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDA6; }
p { color: rgb(203,237,166); }
H1.HeaderClassName
{
color: #CBEDA6;
}
.AnyTagClassName
{
color: #CBEDA6;
}
</style>
background-color css
<style>
a { background-color: #CBEDA6; }
a { background-color: rgb(203,237,166); }
div.DivClassName
{
background-color: #CBEDA6;
}
.BgClassName
{
background-color: #CBEDA6;
}
</style>
border-color css
<style>
span { border-color: #CBEDA6; }
span { border-color: rgb(203,237,166); }
td.TdClassName
{
border-color: #CBEDA6;
}
.TagClassName
{
border-color: #CBEDA6;
}
</style>