Shades of Link Water #C4CDDE
Tints of Link Water #C4CDDE
RGB
CMYK
RGB Variations
Color information
#C4CDDE (or 0xC4CDDE) is known color: Link Water. HEX triplet: C4, CD and DE. RGB value is (196,205,222). Sum of RGB (Red+Green+Blue) = 196+205+222=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDDE is #3B3221. Grayscale: #CCCCCC. Windows color (decimal): -3879458 or 14601668. OLE color: 14601668.
HSL color Cylindrical-coordinate representation of color #C4CDDE: hue angle of 219.23º 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 #C4CDDE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 205 | 222 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.13 |
| HSL | 219.23º | 0.28% | 0.82% | - |
| HSV(B) | 219.23º | 0.12% | 0.87% | - |
| XYZ | 57.78 | 60.67 | 77.77 | - |
| YUV | 204.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 205 | 222 | 0.12 | 0.08 | 0 | 0.13 | 219.23 | 0.28 | 0.82 |
| Hex | C4 | CD | DE | C | 8 | 0 | D | DB | 1C | 52 |
| Octal | 304 | 315 | 336 | 14 | 10 | 0 | 15 | 333 | 34 | 122 |
| Binary | 11000100 | 11001101 | 11011110 | 1100 | 1000 | 0 | 1101 | 11011011 | 11100 | 1010010 |
Color Harmonies of #C4CDDE
Complementary color
Monochromatic Colors of #C4CDDE
Black with #C4CDDE
Text Example
Text Example
White with #C4CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CDDE; }
p { color: rgb(196,205,222); }
H1.HeaderClassName
{
color: #C4CDDE;
}
.AnyTagClassName
{
color: #C4CDDE;
}
</style>
background-color css
<style>
a { background-color: #C4CDDE; }
a { background-color: rgb(196,205,222); }
div.DivClassName
{
background-color: #C4CDDE;
}
.BgClassName
{
background-color: #C4CDDE;
}
</style>
border-color css
<style>
span { border-color: #C4CDDE; }
span { border-color: rgb(196,205,222); }
td.TdClassName
{
border-color: #C4CDDE;
}
.TagClassName
{
border-color: #C4CDDE;
}
</style>