Shades of Link Water #CBD5DC
Tints of Link Water #CBD5DC
RGB
CMYK
RGB Variations
Color information
#CBD5DC (or 0xCBD5DC) is known color: Link Water. HEX triplet: CB, D5 and DC. RGB value is (203,213,220). Sum of RGB (Red+Green+Blue) = 203+213+220=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD5DC is #342A23. Grayscale: #D2D2D2. Windows color (decimal): -3418660 or 14472651. OLE color: 14472651.
HSL color Cylindrical-coordinate representation of color #CBD5DC: hue angle of 204.71º 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 #CBD5DC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 213 | 220 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.14 |
| HSL | 204.71º | 0.2% | 0.83% | - |
| HSV(B) | 204.71º | 0.08% | 0.86% | - |
| XYZ | 61.34 | 65.45 | 77.11 | - |
| YUV | 210.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 220 | 0.08 | 0.03 | 0 | 0.14 | 204.71 | 0.2 | 0.83 |
| Hex | CB | D5 | DC | 8 | 3 | 0 | E | CD | 14 | 53 |
| Octal | 313 | 325 | 334 | 10 | 3 | 0 | 16 | 315 | 24 | 123 |
| Binary | 11001011 | 11010101 | 11011100 | 1000 | 11 | 0 | 1110 | 11001101 | 10100 | 1010011 |
Color Harmonies of #CBD5DC
Complementary color
Monochromatic Colors of #CBD5DC
Black with #CBD5DC
Text Example
Text Example
White with #CBD5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5DC; }
p { color: rgb(203,213,220); }
H1.HeaderClassName
{
color: #CBD5DC;
}
.AnyTagClassName
{
color: #CBD5DC;
}
</style>
background-color css
<style>
a { background-color: #CBD5DC; }
a { background-color: rgb(203,213,220); }
div.DivClassName
{
background-color: #CBD5DC;
}
.BgClassName
{
background-color: #CBD5DC;
}
</style>
border-color css
<style>
span { border-color: #CBD5DC; }
span { border-color: rgb(203,213,220); }
td.TdClassName
{
border-color: #CBD5DC;
}
.TagClassName
{
border-color: #CBD5DC;
}
</style>