Shades of Link Water #C4CEDF
Tints of Link Water #C4CEDF
RGB
CMYK
RGB Variations
Color information
#C4CEDF (or 0xC4CEDF) is known color: Link Water. HEX triplet: C4, CE and DF. RGB value is (196,206,223). Sum of RGB (Red+Green+Blue) = 196+206+223=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4CEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEDF is #3B3120. Grayscale: #CCCCCC. Windows color (decimal): -3879201 or 14667460. OLE color: 14667460.
HSL color Cylindrical-coordinate representation of color #C4CEDF: hue angle of 217.78º 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 #C4CEDF is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 206 | 223 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.13 |
| HSL | 217.78º | 0.3% | 0.82% | - |
| HSV(B) | 217.78º | 0.12% | 0.87% | - |
| XYZ | 58.16 | 61.21 | 78.56 | - |
| YUV | 204.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 223 | 0.12 | 0.08 | 0 | 0.13 | 217.78 | 0.3 | 0.82 |
| Hex | C4 | CE | DF | C | 8 | 0 | D | DA | 1E | 52 |
| Octal | 304 | 316 | 337 | 14 | 10 | 0 | 15 | 332 | 36 | 122 |
| Binary | 11000100 | 11001110 | 11011111 | 1100 | 1000 | 0 | 1101 | 11011010 | 11110 | 1010010 |
Color Harmonies of #C4CEDF
Complementary color
Monochromatic Colors of #C4CEDF
Black with #C4CEDF
Text Example
Text Example
White with #C4CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEDF; }
p { color: rgb(196,206,223); }
H1.HeaderClassName
{
color: #C4CEDF;
}
.AnyTagClassName
{
color: #C4CEDF;
}
</style>
background-color css
<style>
a { background-color: #C4CEDF; }
a { background-color: rgb(196,206,223); }
div.DivClassName
{
background-color: #C4CEDF;
}
.BgClassName
{
background-color: #C4CEDF;
}
</style>
border-color css
<style>
span { border-color: #C4CEDF; }
span { border-color: rgb(196,206,223); }
td.TdClassName
{
border-color: #C4CEDF;
}
.TagClassName
{
border-color: #C4CEDF;
}
</style>