Shades of Reef #CBDA99
Tints of Reef #CBDA99
RGB
CMYK
RGB Variations
Color information
#CBDA99 (or 0xCBDA99) is known color: Reef. HEX triplet: CB, DA and 99. RGB value is (203,218,153). Sum of RGB (Red+Green+Blue) = 203+218+153=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDA99 is #342566. Grayscale: #CECECE. Windows color (decimal): -3417447 or 10083019. OLE color: 10083019.
HSL color Cylindrical-coordinate representation of color #CBDA99: hue angle of 73.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBDA99 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 153 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.15 |
| HSL | 73.85º | 0.47% | 0.73% | - |
| HSV(B) | 73.85º | 0.3% | 0.85% | - |
| XYZ | 55.45 | 65.14 | 39.79 | - |
| YUV | 206.11 | 98.03 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 153 | 0.07 | 0 | 0.30 | 0.15 | 73.85 | 0.47 | 0.73 |
| Hex | CB | DA | 99 | 7 | 0 | 1E | F | 4A | 2F | 49 |
| Octal | 313 | 332 | 231 | 7 | 0 | 36 | 17 | 112 | 57 | 111 |
| Binary | 11001011 | 11011010 | 10011001 | 111 | 0 | 11110 | 1111 | 1001010 | 101111 | 1001001 |
Color Harmonies of #CBDA99
Complementary color
Monochromatic Colors of #CBDA99
Black with #CBDA99
Text Example
Text Example
White with #CBDA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA99; }
p { color: rgb(203,218,153); }
H1.HeaderClassName
{
color: #CBDA99;
}
.AnyTagClassName
{
color: #CBDA99;
}
</style>
background-color css
<style>
a { background-color: #CBDA99; }
a { background-color: rgb(203,218,153); }
div.DivClassName
{
background-color: #CBDA99;
}
.BgClassName
{
background-color: #CBDA99;
}
</style>
border-color css
<style>
span { border-color: #CBDA99; }
span { border-color: rgb(203,218,153); }
td.TdClassName
{
border-color: #CBDA99;
}
.TagClassName
{
border-color: #CBDA99;
}
</style>