Shades of Reef #CBDCA3
Tints of Reef #CBDCA3
RGB
CMYK
RGB Variations
Color information
#CBDCA3 (or 0xCBDCA3) is known color: Reef. HEX triplet: CB, DC and A3. RGB value is (203,220,163). Sum of RGB (Red+Green+Blue) = 203+220+163=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 163 (64.06% from 255 or 27.82% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCA3 is #34235C. Grayscale: #D0D0D0. Windows color (decimal): -3416925 or 10738891. OLE color: 10738891.
HSL color Cylindrical-coordinate representation of color #CBDCA3: hue angle of 77.89º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBDCA3 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 163 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.14 |
| HSL | 77.89º | 0.45% | 0.75% | - |
| HSV(B) | 77.89º | 0.26% | 0.86% | - |
| XYZ | 56.83 | 66.53 | 44.5 | - |
| YUV | 208.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 163 | 0.08 | 0 | 0.26 | 0.14 | 77.89 | 0.45 | 0.75 |
| Hex | CB | DC | A3 | 8 | 0 | 1A | E | 4E | 2D | 4B |
| Octal | 313 | 334 | 243 | 10 | 0 | 32 | 16 | 116 | 55 | 113 |
| Binary | 11001011 | 11011100 | 10100011 | 1000 | 0 | 11010 | 1110 | 1001110 | 101101 | 1001011 |
Color Harmonies of #CBDCA3
Complementary color
Monochromatic Colors of #CBDCA3
Black with #CBDCA3
Text Example
Text Example
White with #CBDCA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCA3; }
p { color: rgb(203,220,163); }
H1.HeaderClassName
{
color: #CBDCA3;
}
.AnyTagClassName
{
color: #CBDCA3;
}
</style>
background-color css
<style>
a { background-color: #CBDCA3; }
a { background-color: rgb(203,220,163); }
div.DivClassName
{
background-color: #CBDCA3;
}
.BgClassName
{
background-color: #CBDCA3;
}
</style>
border-color css
<style>
span { border-color: #CBDCA3; }
span { border-color: rgb(203,220,163); }
td.TdClassName
{
border-color: #CBDCA3;
}
.TagClassName
{
border-color: #CBDCA3;
}
</style>