Shades of Link Water #C4CEDD
Tints of Link Water #C4CEDD
RGB
CMYK
RGB Variations
Color information
#C4CEDD (or 0xC4CEDD) is known color: Link Water. HEX triplet: C4, CE and DD. RGB value is (196,206,221). Sum of RGB (Red+Green+Blue) = 196+206+221=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEDD is #3B3122. Grayscale: #CCCCCC. Windows color (decimal): -3879203 or 14536388. OLE color: 14536388.
HSL color Cylindrical-coordinate representation of color #C4CEDD: hue angle of 216º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CEDD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 206 | 221 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.13 |
| HSL | 216º | 0.27% | 0.82% | - |
| HSV(B) | 216º | 0.11% | 0.87% | - |
| XYZ | 57.89 | 61.1 | 77.15 | - |
| YUV | 204.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 221 | 0.11 | 0.07 | 0 | 0.13 | 216 | 0.27 | 0.82 |
| Hex | C4 | CE | DD | B | 7 | 0 | D | D8 | 1B | 52 |
| Octal | 304 | 316 | 335 | 13 | 7 | 0 | 15 | 330 | 33 | 122 |
| Binary | 11000100 | 11001110 | 11011101 | 1011 | 111 | 0 | 1101 | 11011000 | 11011 | 1010010 |
Color Harmonies of #C4CEDD
Complementary color
Monochromatic Colors of #C4CEDD
Black with #C4CEDD
Text Example
Text Example
White with #C4CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEDD; }
p { color: rgb(196,206,221); }
H1.HeaderClassName
{
color: #C4CEDD;
}
.AnyTagClassName
{
color: #C4CEDD;
}
</style>
background-color css
<style>
a { background-color: #C4CEDD; }
a { background-color: rgb(196,206,221); }
div.DivClassName
{
background-color: #C4CEDD;
}
.BgClassName
{
background-color: #C4CEDD;
}
</style>
border-color css
<style>
span { border-color: #C4CEDD; }
span { border-color: rgb(196,206,221); }
td.TdClassName
{
border-color: #C4CEDD;
}
.TagClassName
{
border-color: #C4CEDD;
}
</style>