Shades of Link Water #C4D5DF
Tints of Link Water #C4D5DF
RGB
CMYK
RGB Variations
Color information
#C4D5DF (or 0xC4D5DF) is known color: Link Water. HEX triplet: C4, D5 and DF. RGB value is (196,213,223). Sum of RGB (Red+Green+Blue) = 196+213+223=632 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.01% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4D5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D5DF is #3B2A20. Grayscale: #D0D0D0. Windows color (decimal): -3877409 or 14669252. OLE color: 14669252.
HSL color Cylindrical-coordinate representation of color #C4D5DF: hue angle of 202.22º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4D5DF is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 213 | 223 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.13 |
| HSL | 202.22º | 0.3% | 0.82% | - |
| HSV(B) | 202.22º | 0.12% | 0.87% | - |
| XYZ | 59.88 | 64.65 | 79.14 | - |
| YUV | 209.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 213 | 223 | 0.12 | 0.04 | 0 | 0.13 | 202.22 | 0.3 | 0.82 |
| Hex | C4 | D5 | DF | C | 4 | 0 | D | CA | 1E | 52 |
| Octal | 304 | 325 | 337 | 14 | 4 | 0 | 15 | 312 | 36 | 122 |
| Binary | 11000100 | 11010101 | 11011111 | 1100 | 100 | 0 | 1101 | 11001010 | 11110 | 1010010 |
Color Harmonies of #C4D5DF
Complementary color
Monochromatic Colors of #C4D5DF
Black with #C4D5DF
Text Example
Text Example
White with #C4D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D5DF; }
p { color: rgb(196,213,223); }
H1.HeaderClassName
{
color: #C4D5DF;
}
.AnyTagClassName
{
color: #C4D5DF;
}
</style>
background-color css
<style>
a { background-color: #C4D5DF; }
a { background-color: rgb(196,213,223); }
div.DivClassName
{
background-color: #C4D5DF;
}
.BgClassName
{
background-color: #C4D5DF;
}
</style>
border-color css
<style>
span { border-color: #C4D5DF; }
span { border-color: rgb(196,213,223); }
td.TdClassName
{
border-color: #C4D5DF;
}
.TagClassName
{
border-color: #C4D5DF;
}
</style>