Shades of Reef #CBDAA2
Tints of Reef #CBDAA2
RGB
CMYK
RGB Variations
Color information
#CBDAA2 (or 0xCBDAA2) is known color: Reef. HEX triplet: CB, DA and A2. RGB value is (203,218,162). Sum of RGB (Red+Green+Blue) = 203+218+162=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 162 (63.67% from 255 or 27.79% from 583); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDAA2 is #34255D. Grayscale: #CFCFCF. Windows color (decimal): -3417438 or 10672843. OLE color: 10672843.
HSL color Cylindrical-coordinate representation of color #CBDAA2: hue angle of 76.07º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBDAA2 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 162 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.15 |
| HSL | 76.07º | 0.43% | 0.75% | - |
| HSV(B) | 76.07º | 0.26% | 0.85% | - |
| XYZ | 56.22 | 65.45 | 43.85 | - |
| YUV | 207.13 | 102.53 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 162 | 0.07 | 0 | 0.26 | 0.15 | 76.07 | 0.43 | 0.75 |
| Hex | CB | DA | A2 | 7 | 0 | 1A | F | 4C | 2B | 4B |
| Octal | 313 | 332 | 242 | 7 | 0 | 32 | 17 | 114 | 53 | 113 |
| Binary | 11001011 | 11011010 | 10100010 | 111 | 0 | 11010 | 1111 | 1001100 | 101011 | 1001011 |
Color Harmonies of #CBDAA2
Complementary color
Monochromatic Colors of #CBDAA2
Black with #CBDAA2
Text Example
Text Example
White with #CBDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAA2; }
p { color: rgb(203,218,162); }
H1.HeaderClassName
{
color: #CBDAA2;
}
.AnyTagClassName
{
color: #CBDAA2;
}
</style>
background-color css
<style>
a { background-color: #CBDAA2; }
a { background-color: rgb(203,218,162); }
div.DivClassName
{
background-color: #CBDAA2;
}
.BgClassName
{
background-color: #CBDAA2;
}
</style>
border-color css
<style>
span { border-color: #CBDAA2; }
span { border-color: rgb(203,218,162); }
td.TdClassName
{
border-color: #CBDAA2;
}
.TagClassName
{
border-color: #CBDAA2;
}
</style>