Shades of Reef #CBDB99
Tints of Reef #CBDB99
RGB
CMYK
RGB Variations
Color information
#CBDB99 (or 0xCBDB99) is known color: Reef. HEX triplet: CB, DB and 99. RGB value is (203,219,153). Sum of RGB (Red+Green+Blue) = 203+219+153=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 153 (60.16% from 255 or 26.61% from 575); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDB99 is #342466. Grayscale: #CECECE. Windows color (decimal): -3417191 or 10083275. OLE color: 10083275.
HSL color Cylindrical-coordinate representation of color #CBDB99: hue angle of 74.55º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBDB99 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 153 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.14 |
| HSL | 74.55º | 0.48% | 0.73% | - |
| HSV(B) | 74.55º | 0.3% | 0.86% | - |
| XYZ | 55.71 | 65.66 | 39.87 | - |
| YUV | 206.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 153 | 0.07 | 0 | 0.30 | 0.14 | 74.55 | 0.48 | 0.73 |
| Hex | CB | DB | 99 | 7 | 0 | 1E | E | 4B | 30 | 49 |
| Octal | 313 | 333 | 231 | 7 | 0 | 36 | 16 | 113 | 60 | 111 |
| Binary | 11001011 | 11011011 | 10011001 | 111 | 0 | 11110 | 1110 | 1001011 | 110000 | 1001001 |
Color Harmonies of #CBDB99
Complementary color
Monochromatic Colors of #CBDB99
Black with #CBDB99
Text Example
Text Example
White with #CBDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB99; }
p { color: rgb(203,219,153); }
H1.HeaderClassName
{
color: #CBDB99;
}
.AnyTagClassName
{
color: #CBDB99;
}
</style>
background-color css
<style>
a { background-color: #CBDB99; }
a { background-color: rgb(203,219,153); }
div.DivClassName
{
background-color: #CBDB99;
}
.BgClassName
{
background-color: #CBDB99;
}
</style>
border-color css
<style>
span { border-color: #CBDB99; }
span { border-color: rgb(203,219,153); }
td.TdClassName
{
border-color: #CBDB99;
}
.TagClassName
{
border-color: #CBDB99;
}
</style>