Shades of Link Water #C4D4DF
Tints of Link Water #C4D4DF
RGB
CMYK
RGB Variations
Color information
#C4D4DF (or 0xC4D4DF) is known color: Link Water. HEX triplet: C4, D4 and DF. RGB value is (196,212,223). Sum of RGB (Red+Green+Blue) = 196+212+223=631 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.06% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4D4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4DF is #3B2B20. Grayscale: #D0D0D0. Windows color (decimal): -3877665 or 14668996. OLE color: 14668996.
HSL color Cylindrical-coordinate representation of color #C4D4DF: hue angle of 204.44º 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 #C4D4DF is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 196 | 212 | 223 | - |
CMYK | 0.12 | 0.05 | 0 | 0.13 |
HSL | 204.44º | 0.3% | 0.82% | - |
HSV(B) | 204.44º | 0.12% | 0.87% | - |
XYZ | 59.63 | 64.15 | 79.05 | - |
YUV | 208.47 | 136.2 | 119.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 212 | 223 | 0.12 | 0.05 | 0 | 0.13 | 204.44 | 0.3 | 0.82 |
Hex | C4 | D4 | DF | C | 5 | 0 | D | CC | 1E | 52 |
Octal | 304 | 324 | 337 | 14 | 5 | 0 | 15 | 314 | 36 | 122 |
Binary | 11000100 | 11010100 | 11011111 | 1100 | 101 | 0 | 1101 | 11001100 | 11110 | 1010010 |
Color Harmonies of #C4D4DF
Complementary color
Monochromatic Colors of #C4D4DF
Black with #C4D4DF
Text Example
Text Example
White with #C4D4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4DF; }
p { color: rgb(196,212,223); }
H1.HeaderClassName
{
color: #C4D4DF;
}
.AnyTagClassName
{
color: #C4D4DF;
}
</style>
background-color css
<style>
a { background-color: #C4D4DF; }
a { background-color: rgb(196,212,223); }
div.DivClassName
{
background-color: #C4D4DF;
}
.BgClassName
{
background-color: #C4D4DF;
}
</style>
border-color css
<style>
span { border-color: #C4D4DF; }
span { border-color: rgb(196,212,223); }
td.TdClassName
{
border-color: #C4D4DF;
}
.TagClassName
{
border-color: #C4D4DF;
}
</style>