Shades of Reef #CBEDA9
Tints of Reef #CBEDA9
RGB
CMYK
RGB Variations
Color information
#CBEDA9 (or 0xCBEDA9) is known color: Reef. HEX triplet: CB, ED and A9. RGB value is (203,237,169). Sum of RGB (Red+Green+Blue) = 203+237+169=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEDA9 is #341256. Grayscale: #DBDBDB. Windows color (decimal): -3412567 or 11136459. OLE color: 11136459.
HSL color Cylindrical-coordinate representation of color #CBEDA9: hue angle of 90º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBEDA9 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 169 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.07 |
| HSL | 90º | 0.65% | 0.8% | - |
| HSV(B) | 90º | 0.29% | 0.93% | - |
| XYZ | 62.07 | 76.13 | 48.96 | - |
| YUV | 219.08 | 99.74 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 169 | 0.14 | 0 | 0.29 | 0.07 | 90 | 0.65 | 0.8 |
| Hex | CB | ED | A9 | E | 0 | 1D | 7 | 5A | 41 | 50 |
| Octal | 313 | 355 | 251 | 16 | 0 | 35 | 7 | 132 | 101 | 120 |
| Binary | 11001011 | 11101101 | 10101001 | 1110 | 0 | 11101 | 111 | 1011010 | 1000001 | 1010000 |
Color Harmonies of #CBEDA9
Complementary color
Monochromatic Colors of #CBEDA9
Black with #CBEDA9
Text Example
Text Example
White with #CBEDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDA9; }
p { color: rgb(203,237,169); }
H1.HeaderClassName
{
color: #CBEDA9;
}
.AnyTagClassName
{
color: #CBEDA9;
}
</style>
background-color css
<style>
a { background-color: #CBEDA9; }
a { background-color: rgb(203,237,169); }
div.DivClassName
{
background-color: #CBEDA9;
}
.BgClassName
{
background-color: #CBEDA9;
}
</style>
border-color css
<style>
span { border-color: #CBEDA9; }
span { border-color: rgb(203,237,169); }
td.TdClassName
{
border-color: #CBEDA9;
}
.TagClassName
{
border-color: #CBEDA9;
}
</style>