Shades of Link Water #CBCDD1
Tints of Link Water #CBCDD1
RGB
CMYK
RGB Variations
Color information
#CBCDD1 (or 0xCBCDD1) is known color: Link Water. HEX triplet: CB, CD and D1. RGB value is (203,205,209). Sum of RGB (Red+Green+Blue) = 203+205+209=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBCDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDD1 is #34322E. Grayscale: #CCCCCC. Windows color (decimal): -3420719 or 13749707. OLE color: 13749707.
HSL color Cylindrical-coordinate representation of color #CBCDD1: hue angle of 220º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBCDD1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 205 | 209 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.18 |
| HSL | 220º | 0.06% | 0.81% | - |
| HSV(B) | 220º | 0.03% | 0.82% | - |
| XYZ | 57.97 | 60.96 | 69.03 | - |
| YUV | 204.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 209 | 0.03 | 0.02 | 0 | 0.18 | 220 | 0.06 | 0.81 |
| Hex | CB | CD | D1 | 3 | 2 | 0 | 12 | DC | 6 | 51 |
| Octal | 313 | 315 | 321 | 3 | 2 | 0 | 22 | 334 | 6 | 121 |
| Binary | 11001011 | 11001101 | 11010001 | 11 | 10 | 0 | 10010 | 11011100 | 110 | 1010001 |
Color Harmonies of #CBCDD1
Complementary color
Monochromatic Colors of #CBCDD1
Black with #CBCDD1
Text Example
Text Example
White with #CBCDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDD1; }
p { color: rgb(203,205,209); }
H1.HeaderClassName
{
color: #CBCDD1;
}
.AnyTagClassName
{
color: #CBCDD1;
}
</style>
background-color css
<style>
a { background-color: #CBCDD1; }
a { background-color: rgb(203,205,209); }
div.DivClassName
{
background-color: #CBCDD1;
}
.BgClassName
{
background-color: #CBCDD1;
}
</style>
border-color css
<style>
span { border-color: #CBCDD1; }
span { border-color: rgb(203,205,209); }
td.TdClassName
{
border-color: #CBCDD1;
}
.TagClassName
{
border-color: #CBCDD1;
}
</style>