Shades of Reef #CBEDA1
Tints of Reef #CBEDA1
RGB
CMYK
RGB Variations
Color information
#CBEDA1 (or 0xCBEDA1) is known color: Reef. HEX triplet: CB, ED and A1. RGB value is (203,237,161). Sum of RGB (Red+Green+Blue) = 203+237+161=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDA1 is #34125E. Grayscale: #DADADA. Windows color (decimal): -3412575 or 10612171. OLE color: 10612171.
HSL color Cylindrical-coordinate representation of color #CBEDA1: hue angle of 86.84º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBEDA1 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 161 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.07 |
| HSL | 86.84º | 0.68% | 0.78% | - |
| HSV(B) | 86.84º | 0.32% | 0.93% | - |
| XYZ | 61.35 | 75.84 | 45.12 | - |
| YUV | 218.17 | 95.74 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 161 | 0.14 | 0 | 0.32 | 0.07 | 86.84 | 0.68 | 0.78 |
| Hex | CB | ED | A1 | E | 0 | 20 | 7 | 57 | 44 | 4E |
| Octal | 313 | 355 | 241 | 16 | 0 | 40 | 7 | 127 | 104 | 116 |
| Binary | 11001011 | 11101101 | 10100001 | 1110 | 0 | 100000 | 111 | 1010111 | 1000100 | 1001110 |
Color Harmonies of #CBEDA1
Complementary color
Monochromatic Colors of #CBEDA1
Black with #CBEDA1
Text Example
Text Example
White with #CBEDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDA1; }
p { color: rgb(203,237,161); }
H1.HeaderClassName
{
color: #CBEDA1;
}
.AnyTagClassName
{
color: #CBEDA1;
}
</style>
background-color css
<style>
a { background-color: #CBEDA1; }
a { background-color: rgb(203,237,161); }
div.DivClassName
{
background-color: #CBEDA1;
}
.BgClassName
{
background-color: #CBEDA1;
}
</style>
border-color css
<style>
span { border-color: #CBEDA1; }
span { border-color: rgb(203,237,161); }
td.TdClassName
{
border-color: #CBEDA1;
}
.TagClassName
{
border-color: #CBEDA1;
}
</style>