Shades of Reef #CBDA9E
Tints of Reef #CBDA9E
RGB
CMYK
RGB Variations
Color information
#CBDA9E (or 0xCBDA9E) is known color: Reef. HEX triplet: CB, DA and 9E. RGB value is (203,218,158). Sum of RGB (Red+Green+Blue) = 203+218+158=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDA9E is #342561. Grayscale: #CECECE. Windows color (decimal): -3417442 or 10410699. OLE color: 10410699.
HSL color Cylindrical-coordinate representation of color #CBDA9E: hue angle of 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 #CBDA9E is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 158 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.15 |
| HSL | 75º | 0.45% | 0.74% | - |
| HSV(B) | 75º | 0.28% | 0.85% | - |
| XYZ | 55.87 | 65.31 | 42.01 | - |
| YUV | 206.68 | 100.53 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 158 | 0.07 | 0 | 0.28 | 0.15 | 75 | 0.45 | 0.74 |
| Hex | CB | DA | 9E | 7 | 0 | 1C | F | 4B | 2D | 4A |
| Octal | 313 | 332 | 236 | 7 | 0 | 34 | 17 | 113 | 55 | 112 |
| Binary | 11001011 | 11011010 | 10011110 | 111 | 0 | 11100 | 1111 | 1001011 | 101101 | 1001010 |
Color Harmonies of #CBDA9E
Complementary color
Monochromatic Colors of #CBDA9E
Black with #CBDA9E
Text Example
Text Example
White with #CBDA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA9E; }
p { color: rgb(203,218,158); }
H1.HeaderClassName
{
color: #CBDA9E;
}
.AnyTagClassName
{
color: #CBDA9E;
}
</style>
background-color css
<style>
a { background-color: #CBDA9E; }
a { background-color: rgb(203,218,158); }
div.DivClassName
{
background-color: #CBDA9E;
}
.BgClassName
{
background-color: #CBDA9E;
}
</style>
border-color css
<style>
span { border-color: #CBDA9E; }
span { border-color: rgb(203,218,158); }
td.TdClassName
{
border-color: #CBDA9E;
}
.TagClassName
{
border-color: #CBDA9E;
}
</style>