Shades of Link Water #C4CBDD
Tints of Link Water #C4CBDD
RGB
CMYK
RGB Variations
Color information
#C4CBDD (or 0xC4CBDD) is known color: Link Water. HEX triplet: C4, CB and DD. RGB value is (196,203,221). Sum of RGB (Red+Green+Blue) = 196+203+221=620 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.61% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBDD is #3B3422. Grayscale: #CACACA. Windows color (decimal): -3879971 or 14535620. OLE color: 14535620.
HSL color Cylindrical-coordinate representation of color #C4CBDD: hue angle of 223.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CBDD is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 203 | 221 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.13 |
| HSL | 223.2º | 0.27% | 0.82% | - |
| HSV(B) | 223.2º | 0.11% | 0.87% | - |
| XYZ | 57.17 | 59.67 | 76.91 | - |
| YUV | 202.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 203 | 221 | 0.11 | 0.08 | 0 | 0.13 | 223.2 | 0.27 | 0.82 |
| Hex | C4 | CB | DD | B | 8 | 0 | D | DF | 1B | 52 |
| Octal | 304 | 313 | 335 | 13 | 10 | 0 | 15 | 337 | 33 | 122 |
| Binary | 11000100 | 11001011 | 11011101 | 1011 | 1000 | 0 | 1101 | 11011111 | 11011 | 1010010 |
Color Harmonies of #C4CBDD
Complementary color
Monochromatic Colors of #C4CBDD
Black with #C4CBDD
Text Example
Text Example
White with #C4CBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CBDD; }
p { color: rgb(196,203,221); }
H1.HeaderClassName
{
color: #C4CBDD;
}
.AnyTagClassName
{
color: #C4CBDD;
}
</style>
background-color css
<style>
a { background-color: #C4CBDD; }
a { background-color: rgb(196,203,221); }
div.DivClassName
{
background-color: #C4CBDD;
}
.BgClassName
{
background-color: #C4CBDD;
}
</style>
border-color css
<style>
span { border-color: #C4CBDD; }
span { border-color: rgb(196,203,221); }
td.TdClassName
{
border-color: #C4CBDD;
}
.TagClassName
{
border-color: #C4CBDD;
}
</style>