Shades of Reef #CBDFA9
Tints of Reef #CBDFA9
RGB
CMYK
RGB Variations
Color information
#CBDFA9 (or 0xCBDFA9) is known color: Reef. HEX triplet: CB, DF and A9. RGB value is (203,223,169). Sum of RGB (Red+Green+Blue) = 203+223+169=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDFA9 is #342056. Grayscale: #D3D3D3. Windows color (decimal): -3416151 or 11132875. OLE color: 11132875.
HSL color Cylindrical-coordinate representation of color #CBDFA9: hue angle of 82.22º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBDFA9 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 169 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.13 |
| HSL | 82.22º | 0.46% | 0.77% | - |
| HSV(B) | 82.22º | 0.24% | 0.87% | - |
| XYZ | 58.18 | 68.34 | 47.66 | - |
| YUV | 210.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 169 | 0.09 | 0 | 0.24 | 0.13 | 82.22 | 0.46 | 0.77 |
| Hex | CB | DF | A9 | 9 | 0 | 18 | D | 52 | 2E | 4D |
| Octal | 313 | 337 | 251 | 11 | 0 | 30 | 15 | 122 | 56 | 115 |
| Binary | 11001011 | 11011111 | 10101001 | 1001 | 0 | 11000 | 1101 | 1010010 | 101110 | 1001101 |
Color Harmonies of #CBDFA9
Complementary color
Monochromatic Colors of #CBDFA9
Black with #CBDFA9
Text Example
Text Example
White with #CBDFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDFA9; }
p { color: rgb(203,223,169); }
H1.HeaderClassName
{
color: #CBDFA9;
}
.AnyTagClassName
{
color: #CBDFA9;
}
</style>
background-color css
<style>
a { background-color: #CBDFA9; }
a { background-color: rgb(203,223,169); }
div.DivClassName
{
background-color: #CBDFA9;
}
.BgClassName
{
background-color: #CBDFA9;
}
</style>
border-color css
<style>
span { border-color: #CBDFA9; }
span { border-color: rgb(203,223,169); }
td.TdClassName
{
border-color: #CBDFA9;
}
.TagClassName
{
border-color: #CBDFA9;
}
</style>