Shades of Link Water #C4CDDF
Tints of Link Water #C4CDDF
RGB
CMYK
RGB Variations
Color information
#C4CDDF (or 0xC4CDDF) is known color: Link Water. HEX triplet: C4, CD and DF. RGB value is (196,205,223). Sum of RGB (Red+Green+Blue) = 196+205+223=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDDF is #3B3220. Grayscale: #CCCCCC. Windows color (decimal): -3879457 or 14667204. OLE color: 14667204.
HSL color Cylindrical-coordinate representation of color #C4CDDF: hue angle of 220º 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 #C4CDDF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 205 | 223 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.13 |
| HSL | 220º | 0.3% | 0.82% | - |
| HSV(B) | 220º | 0.12% | 0.87% | - |
| XYZ | 57.92 | 60.73 | 78.48 | - |
| YUV | 204.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 223 | 0.12 | 0.08 | 0 | 0.13 | 220 | 0.3 | 0.82 |
| Hex | C4 | CD | DF | C | 8 | 0 | D | DC | 1E | 52 |
| Octal | 304 | 315 | 337 | 14 | 10 | 0 | 15 | 334 | 36 | 122 |
| Binary | 11000100 | 11001101 | 11011111 | 1100 | 1000 | 0 | 1101 | 11011100 | 11110 | 1010010 |
Color Harmonies of #C4CDDF
Complementary color
Monochromatic Colors of #C4CDDF
Black with #C4CDDF
Text Example
Text Example
White with #C4CDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDDF; }
p { color: rgb(196,205,223); }
H1.HeaderClassName
{
color: #C4CDDF;
}
.AnyTagClassName
{
color: #C4CDDF;
}
</style>
background-color css
<style>
a { background-color: #C4CDDF; }
a { background-color: rgb(196,205,223); }
div.DivClassName
{
background-color: #C4CDDF;
}
.BgClassName
{
background-color: #C4CDDF;
}
</style>
border-color css
<style>
span { border-color: #C4CDDF; }
span { border-color: rgb(196,205,223); }
td.TdClassName
{
border-color: #C4CDDF;
}
.TagClassName
{
border-color: #C4CDDF;
}
</style>