Shades of Reef #CBDF99
Tints of Reef #CBDF99
RGB
CMYK
RGB Variations
Color information
#CBDF99 (or 0xCBDF99) is known color: Reef. HEX triplet: CB, DF and 99. RGB value is (203,223,153). Sum of RGB (Red+Green+Blue) = 203+223+153=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 153 (60.16% from 255 or 26.42% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDF99 is #342066. Grayscale: #D1D1D1. Windows color (decimal): -3416167 or 10084299. OLE color: 10084299.
HSL color Cylindrical-coordinate representation of color #CBDF99: hue angle of 77.14º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBDF99 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 153 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.13 |
| HSL | 77.14º | 0.52% | 0.74% | - |
| HSV(B) | 77.14º | 0.31% | 0.87% | - |
| XYZ | 56.77 | 67.77 | 40.23 | - |
| YUV | 209.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 153 | 0.09 | 0 | 0.31 | 0.13 | 77.14 | 0.52 | 0.74 |
| Hex | CB | DF | 99 | 9 | 0 | 1F | D | 4D | 34 | 4A |
| Octal | 313 | 337 | 231 | 11 | 0 | 37 | 15 | 115 | 64 | 112 |
| Binary | 11001011 | 11011111 | 10011001 | 1001 | 0 | 11111 | 1101 | 1001101 | 110100 | 1001010 |
Color Harmonies of #CBDF99
Complementary color
Monochromatic Colors of #CBDF99
Black with #CBDF99
Text Example
Text Example
White with #CBDF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF99; }
p { color: rgb(203,223,153); }
H1.HeaderClassName
{
color: #CBDF99;
}
.AnyTagClassName
{
color: #CBDF99;
}
</style>
background-color css
<style>
a { background-color: #CBDF99; }
a { background-color: rgb(203,223,153); }
div.DivClassName
{
background-color: #CBDF99;
}
.BgClassName
{
background-color: #CBDF99;
}
</style>
border-color css
<style>
span { border-color: #CBDF99; }
span { border-color: rgb(203,223,153); }
td.TdClassName
{
border-color: #CBDF99;
}
.TagClassName
{
border-color: #CBDF99;
}
</style>