Shades of Reef #CBDA9B
Tints of Reef #CBDA9B
RGB
CMYK
RGB Variations
Color information
#CBDA9B (or 0xCBDA9B) is known color: Reef. HEX triplet: CB, DA and 9B. RGB value is (203,218,155). Sum of RGB (Red+Green+Blue) = 203+218+155=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 155 (60.94% from 255 or 26.91% from 576); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDA9B is #342564. Grayscale: #CECECE. Windows color (decimal): -3417445 or 10214091. OLE color: 10214091.
HSL color Cylindrical-coordinate representation of color #CBDA9B: hue angle of 74.29º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBDA9B is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 155 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.15 |
| HSL | 74.29º | 0.46% | 0.73% | - |
| HSV(B) | 74.29º | 0.29% | 0.85% | - |
| XYZ | 55.62 | 65.21 | 40.67 | - |
| YUV | 206.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 155 | 0.07 | 0 | 0.29 | 0.15 | 74.29 | 0.46 | 0.73 |
| Hex | CB | DA | 9B | 7 | 0 | 1D | F | 4A | 2E | 49 |
| Octal | 313 | 332 | 233 | 7 | 0 | 35 | 17 | 112 | 56 | 111 |
| Binary | 11001011 | 11011010 | 10011011 | 111 | 0 | 11101 | 1111 | 1001010 | 101110 | 1001001 |
Color Harmonies of #CBDA9B
Complementary color
Monochromatic Colors of #CBDA9B
Black with #CBDA9B
Text Example
Text Example
White with #CBDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA9B; }
p { color: rgb(203,218,155); }
H1.HeaderClassName
{
color: #CBDA9B;
}
.AnyTagClassName
{
color: #CBDA9B;
}
</style>
background-color css
<style>
a { background-color: #CBDA9B; }
a { background-color: rgb(203,218,155); }
div.DivClassName
{
background-color: #CBDA9B;
}
.BgClassName
{
background-color: #CBDA9B;
}
</style>
border-color css
<style>
span { border-color: #CBDA9B; }
span { border-color: rgb(203,218,155); }
td.TdClassName
{
border-color: #CBDA9B;
}
.TagClassName
{
border-color: #CBDA9B;
}
</style>