Shades of Reef #CBDA9D
Tints of Reef #CBDA9D
RGB
CMYK
RGB Variations
Color information
#CBDA9D (or 0xCBDA9D) is known color: Reef. HEX triplet: CB, DA and 9D. RGB value is (203,218,157). Sum of RGB (Red+Green+Blue) = 203+218+157=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDA9D is #342562. Grayscale: #CECECE. Windows color (decimal): -3417443 or 10345163. OLE color: 10345163.
HSL color Cylindrical-coordinate representation of color #CBDA9D: hue angle of 74.75º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBDA9D is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 157 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.15 |
| HSL | 74.75º | 0.45% | 0.74% | - |
| HSV(B) | 74.75º | 0.28% | 0.85% | - |
| XYZ | 55.79 | 65.27 | 41.56 | - |
| YUV | 206.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 157 | 0.07 | 0 | 0.28 | 0.15 | 74.75 | 0.45 | 0.74 |
| Hex | CB | DA | 9D | 7 | 0 | 1C | F | 4B | 2D | 4A |
| Octal | 313 | 332 | 235 | 7 | 0 | 34 | 17 | 113 | 55 | 112 |
| Binary | 11001011 | 11011010 | 10011101 | 111 | 0 | 11100 | 1111 | 1001011 | 101101 | 1001010 |
Color Harmonies of #CBDA9D
Complementary color
Monochromatic Colors of #CBDA9D
Black with #CBDA9D
Text Example
Text Example
White with #CBDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA9D; }
p { color: rgb(203,218,157); }
H1.HeaderClassName
{
color: #CBDA9D;
}
.AnyTagClassName
{
color: #CBDA9D;
}
</style>
background-color css
<style>
a { background-color: #CBDA9D; }
a { background-color: rgb(203,218,157); }
div.DivClassName
{
background-color: #CBDA9D;
}
.BgClassName
{
background-color: #CBDA9D;
}
</style>
border-color css
<style>
span { border-color: #CBDA9D; }
span { border-color: rgb(203,218,157); }
td.TdClassName
{
border-color: #CBDA9D;
}
.TagClassName
{
border-color: #CBDA9D;
}
</style>