Shades of Link Water #C4CCDE
Tints of Link Water #C4CCDE
RGB
CMYK
RGB Variations
Color information
#C4CCDE (or 0xC4CCDE) is known color: Link Water. HEX triplet: C4, CC and DE. RGB value is (196,204,222). Sum of RGB (Red+Green+Blue) = 196+204+222=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 204 (80.08% from 255 or 32.80% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4CCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCDE is #3B3321. Grayscale: #CBCBCB. Windows color (decimal): -3879714 or 14601412. OLE color: 14601412.
HSL color Cylindrical-coordinate representation of color #C4CCDE: hue angle of 221.54º degrees, saturation: 0.28, 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 #C4CCDE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 204 | 222 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.13 |
| HSL | 221.54º | 0.28% | 0.82% | - |
| HSV(B) | 221.54º | 0.12% | 0.87% | - |
| XYZ | 57.54 | 60.2 | 77.69 | - |
| YUV | 203.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 204 | 222 | 0.12 | 0.08 | 0 | 0.13 | 221.54 | 0.28 | 0.82 |
| Hex | C4 | CC | DE | C | 8 | 0 | D | DE | 1C | 52 |
| Octal | 304 | 314 | 336 | 14 | 10 | 0 | 15 | 336 | 34 | 122 |
| Binary | 11000100 | 11001100 | 11011110 | 1100 | 1000 | 0 | 1101 | 11011110 | 11100 | 1010010 |
Color Harmonies of #C4CCDE
Complementary color
Monochromatic Colors of #C4CCDE
Black with #C4CCDE
Text Example
Text Example
White with #C4CCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCDE; }
p { color: rgb(196,204,222); }
H1.HeaderClassName
{
color: #C4CCDE;
}
.AnyTagClassName
{
color: #C4CCDE;
}
</style>
background-color css
<style>
a { background-color: #C4CCDE; }
a { background-color: rgb(196,204,222); }
div.DivClassName
{
background-color: #C4CCDE;
}
.BgClassName
{
background-color: #C4CCDE;
}
</style>
border-color css
<style>
span { border-color: #C4CCDE; }
span { border-color: rgb(196,204,222); }
td.TdClassName
{
border-color: #C4CCDE;
}
.TagClassName
{
border-color: #C4CCDE;
}
</style>