Shades of Reef #CBDB9C
Tints of Reef #CBDB9C
RGB
CMYK
RGB Variations
Color information
#CBDB9C (or 0xCBDB9C) is known color: Reef. HEX triplet: CB, DB and 9C. RGB value is (203,219,156). Sum of RGB (Red+Green+Blue) = 203+219+156=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 156 (61.33% from 255 or 26.99% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDB9C is #342463. Grayscale: #CFCFCF. Windows color (decimal): -3417188 or 10279883. OLE color: 10279883.
HSL color Cylindrical-coordinate representation of color #CBDB9C: hue angle of 75.24º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBDB9C is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 156 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.14 |
| HSL | 75.24º | 0.47% | 0.74% | - |
| HSV(B) | 75.24º | 0.29% | 0.86% | - |
| XYZ | 55.96 | 65.76 | 41.2 | - |
| YUV | 207.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 156 | 0.07 | 0 | 0.29 | 0.14 | 75.24 | 0.47 | 0.74 |
| Hex | CB | DB | 9C | 7 | 0 | 1D | E | 4B | 2F | 4A |
| Octal | 313 | 333 | 234 | 7 | 0 | 35 | 16 | 113 | 57 | 112 |
| Binary | 11001011 | 11011011 | 10011100 | 111 | 0 | 11101 | 1110 | 1001011 | 101111 | 1001010 |
Color Harmonies of #CBDB9C
Complementary color
Monochromatic Colors of #CBDB9C
Black with #CBDB9C
Text Example
Text Example
White with #CBDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB9C; }
p { color: rgb(203,219,156); }
H1.HeaderClassName
{
color: #CBDB9C;
}
.AnyTagClassName
{
color: #CBDB9C;
}
</style>
background-color css
<style>
a { background-color: #CBDB9C; }
a { background-color: rgb(203,219,156); }
div.DivClassName
{
background-color: #CBDB9C;
}
.BgClassName
{
background-color: #CBDB9C;
}
</style>
border-color css
<style>
span { border-color: #CBDB9C; }
span { border-color: rgb(203,219,156); }
td.TdClassName
{
border-color: #CBDB9C;
}
.TagClassName
{
border-color: #CBDB9C;
}
</style>