Shades of Reef #CBDCA6
Tints of Reef #CBDCA6
RGB
CMYK
RGB Variations
Color information
#CBDCA6 (or 0xCBDCA6) is known color: Reef. HEX triplet: CB, DC and A6. RGB value is (203,220,166). Sum of RGB (Red+Green+Blue) = 203+220+166=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 166 (65.23% from 255 or 28.18% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDCA6 is #342359. Grayscale: #D0D0D0. Windows color (decimal): -3416922 or 10935499. OLE color: 10935499.
HSL color Cylindrical-coordinate representation of color #CBDCA6: hue angle of 78.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBDCA6 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 166 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.14 |
| HSL | 78.89º | 0.44% | 0.76% | - |
| HSV(B) | 78.89º | 0.25% | 0.86% | - |
| XYZ | 57.1 | 66.64 | 45.93 | - |
| YUV | 208.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 166 | 0.08 | 0 | 0.25 | 0.14 | 78.89 | 0.44 | 0.76 |
| Hex | CB | DC | A6 | 8 | 0 | 19 | E | 4F | 2C | 4C |
| Octal | 313 | 334 | 246 | 10 | 0 | 31 | 16 | 117 | 54 | 114 |
| Binary | 11001011 | 11011100 | 10100110 | 1000 | 0 | 11001 | 1110 | 1001111 | 101100 | 1001100 |
Color Harmonies of #CBDCA6
Complementary color
Monochromatic Colors of #CBDCA6
Black with #CBDCA6
Text Example
Text Example
White with #CBDCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCA6; }
p { color: rgb(203,220,166); }
H1.HeaderClassName
{
color: #CBDCA6;
}
.AnyTagClassName
{
color: #CBDCA6;
}
</style>
background-color css
<style>
a { background-color: #CBDCA6; }
a { background-color: rgb(203,220,166); }
div.DivClassName
{
background-color: #CBDCA6;
}
.BgClassName
{
background-color: #CBDCA6;
}
</style>
border-color css
<style>
span { border-color: #CBDCA6; }
span { border-color: rgb(203,220,166); }
td.TdClassName
{
border-color: #CBDCA6;
}
.TagClassName
{
border-color: #CBDCA6;
}
</style>