Shades of Reef #CBDDAA
Tints of Reef #CBDDAA
RGB
CMYK
RGB Variations
Color information
#CBDDAA (or 0xCBDDAA) is known color: Reef. HEX triplet: CB, DD and AA. RGB value is (203,221,170). Sum of RGB (Red+Green+Blue) = 203+221+170=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDDAA is #342255. Grayscale: #D1D1D1. Windows color (decimal): -3416662 or 11197899. OLE color: 11197899.
HSL color Cylindrical-coordinate representation of color #CBDDAA: hue angle of 81.18º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBDDAA is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 170 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.13 |
| HSL | 81.18º | 0.43% | 0.77% | - |
| HSV(B) | 81.18º | 0.23% | 0.87% | - |
| XYZ | 57.74 | 67.31 | 47.98 | - |
| YUV | 209.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 170 | 0.08 | 0 | 0.23 | 0.13 | 81.18 | 0.43 | 0.77 |
| Hex | CB | DD | AA | 8 | 0 | 17 | D | 51 | 2B | 4D |
| Octal | 313 | 335 | 252 | 10 | 0 | 27 | 15 | 121 | 53 | 115 |
| Binary | 11001011 | 11011101 | 10101010 | 1000 | 0 | 10111 | 1101 | 1010001 | 101011 | 1001101 |
Color Harmonies of #CBDDAA
Complementary color
Monochromatic Colors of #CBDDAA
Black with #CBDDAA
Text Example
Text Example
White with #CBDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDAA; }
p { color: rgb(203,221,170); }
H1.HeaderClassName
{
color: #CBDDAA;
}
.AnyTagClassName
{
color: #CBDDAA;
}
</style>
background-color css
<style>
a { background-color: #CBDDAA; }
a { background-color: rgb(203,221,170); }
div.DivClassName
{
background-color: #CBDDAA;
}
.BgClassName
{
background-color: #CBDDAA;
}
</style>
border-color css
<style>
span { border-color: #CBDDAA; }
span { border-color: rgb(203,221,170); }
td.TdClassName
{
border-color: #CBDDAA;
}
.TagClassName
{
border-color: #CBDDAA;
}
</style>