Shades of Link Water #C4D0DF
Tints of Link Water #C4D0DF
RGB
CMYK
RGB Variations
Color information
#C4D0DF (or 0xC4D0DF) is known color: Link Water. HEX triplet: C4, D0 and DF. RGB value is (196,208,223). Sum of RGB (Red+Green+Blue) = 196+208+223=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 223 (87.5% from 255 or 35.57% from 627); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4D0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D0DF is #3B2F20. Grayscale: #CECECE. Windows color (decimal): -3878689 or 14667972. OLE color: 14667972.
HSL color Cylindrical-coordinate representation of color #C4D0DF: hue angle of 213.33º 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 #C4D0DF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 196 | 208 | 223 | - |
CMYK | 0.12 | 0.07 | 0 | 0.13 |
HSL | 213.33º | 0.3% | 0.82% | - |
HSV(B) | 213.33º | 0.12% | 0.87% | - |
XYZ | 58.64 | 62.18 | 78.72 | - |
YUV | 206.12 | 137.52 | 120.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 208 | 223 | 0.12 | 0.07 | 0 | 0.13 | 213.33 | 0.3 | 0.82 |
Hex | C4 | D0 | DF | C | 7 | 0 | D | D5 | 1E | 52 |
Octal | 304 | 320 | 337 | 14 | 7 | 0 | 15 | 325 | 36 | 122 |
Binary | 11000100 | 11010000 | 11011111 | 1100 | 111 | 0 | 1101 | 11010101 | 11110 | 1010010 |
Color Harmonies of #C4D0DF
Complementary color
Monochromatic Colors of #C4D0DF
Black with #C4D0DF
Text Example
Text Example
White with #C4D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0DF; }
p { color: rgb(196,208,223); }
H1.HeaderClassName
{
color: #C4D0DF;
}
.AnyTagClassName
{
color: #C4D0DF;
}
</style>
background-color css
<style>
a { background-color: #C4D0DF; }
a { background-color: rgb(196,208,223); }
div.DivClassName
{
background-color: #C4D0DF;
}
.BgClassName
{
background-color: #C4D0DF;
}
</style>
border-color css
<style>
span { border-color: #C4D0DF; }
span { border-color: rgb(196,208,223); }
td.TdClassName
{
border-color: #C4D0DF;
}
.TagClassName
{
border-color: #C4D0DF;
}
</style>