Shades of Link Water #C4D0D7
Tints of Link Water #C4D0D7
RGB
CMYK
RGB Variations
Color information
#C4D0D7 (or 0xC4D0D7) is known color: Link Water. HEX triplet: C4, D0 and D7. RGB value is (196,208,215). Sum of RGB (Red+Green+Blue) = 196+208+215=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4D0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0D7 is #3B2F28. Grayscale: #CDCDCD. Windows color (decimal): -3878697 or 14143684. OLE color: 14143684.
HSL color Cylindrical-coordinate representation of color #C4D0D7: hue angle of 202.11º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4D0D7 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 208 | 215 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.16 |
| HSL | 202.11º | 0.19% | 0.81% | - |
| HSV(B) | 202.11º | 0.09% | 0.84% | - |
| XYZ | 57.59 | 61.75 | 73.17 | - |
| YUV | 205.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 215 | 0.09 | 0.03 | 0 | 0.16 | 202.11 | 0.19 | 0.81 |
| Hex | C4 | D0 | D7 | 9 | 3 | 0 | 10 | CA | 13 | 51 |
| Octal | 304 | 320 | 327 | 11 | 3 | 0 | 20 | 312 | 23 | 121 |
| Binary | 11000100 | 11010000 | 11010111 | 1001 | 11 | 0 | 10000 | 11001010 | 10011 | 1010001 |
Color Harmonies of #C4D0D7
Complementary color
Monochromatic Colors of #C4D0D7
Black with #C4D0D7
Text Example
Text Example
White with #C4D0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0D7; }
p { color: rgb(196,208,215); }
H1.HeaderClassName
{
color: #C4D0D7;
}
.AnyTagClassName
{
color: #C4D0D7;
}
</style>
background-color css
<style>
a { background-color: #C4D0D7; }
a { background-color: rgb(196,208,215); }
div.DivClassName
{
background-color: #C4D0D7;
}
.BgClassName
{
background-color: #C4D0D7;
}
</style>
border-color css
<style>
span { border-color: #C4D0D7; }
span { border-color: rgb(196,208,215); }
td.TdClassName
{
border-color: #C4D0D7;
}
.TagClassName
{
border-color: #C4D0D7;
}
</style>