Shades of Link Water #CBD3DC
Tints of Link Water #CBD3DC
RGB
CMYK
RGB Variations
Color information
#CBD3DC (or 0xCBD3DC) is known color: Link Water. HEX triplet: CB, D3 and DC. RGB value is (203,211,220). Sum of RGB (Red+Green+Blue) = 203+211+220=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 211 (82.81% from 255 or 33.28% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD3DC is #342C23. Grayscale: #D1D1D1. Windows color (decimal): -3419172 or 14472139. OLE color: 14472139.
HSL color Cylindrical-coordinate representation of color #CBD3DC: hue angle of 211.76º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD3DC is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 211 | 220 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.14 |
| HSL | 211.76º | 0.2% | 0.83% | - |
| HSV(B) | 211.76º | 0.08% | 0.86% | - |
| XYZ | 60.84 | 64.45 | 76.94 | - |
| YUV | 209.63 | 133.85 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 220 | 0.08 | 0.04 | 0 | 0.14 | 211.76 | 0.2 | 0.83 |
| Hex | CB | D3 | DC | 8 | 4 | 0 | E | D4 | 14 | 53 |
| Octal | 313 | 323 | 334 | 10 | 4 | 0 | 16 | 324 | 24 | 123 |
| Binary | 11001011 | 11010011 | 11011100 | 1000 | 100 | 0 | 1110 | 11010100 | 10100 | 1010011 |
Color Harmonies of #CBD3DC
Complementary color
Monochromatic Colors of #CBD3DC
Black with #CBD3DC
Text Example
Text Example
White with #CBD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3DC; }
p { color: rgb(203,211,220); }
H1.HeaderClassName
{
color: #CBD3DC;
}
.AnyTagClassName
{
color: #CBD3DC;
}
</style>
background-color css
<style>
a { background-color: #CBD3DC; }
a { background-color: rgb(203,211,220); }
div.DivClassName
{
background-color: #CBD3DC;
}
.BgClassName
{
background-color: #CBD3DC;
}
</style>
border-color css
<style>
span { border-color: #CBD3DC; }
span { border-color: rgb(203,211,220); }
td.TdClassName
{
border-color: #CBD3DC;
}
.TagClassName
{
border-color: #CBD3DC;
}
</style>