Shades of Link Water #C5CEDD
Tints of Link Water #C5CEDD
RGB
CMYK
RGB Variations
Color information
#C5CEDD (or 0xC5CEDD) is known color: Link Water. HEX triplet: C5, CE and DD. RGB value is (197,206,221). Sum of RGB (Red+Green+Blue) = 197+206+221=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5CEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEDD is #3A3122. Grayscale: #CCCCCC. Windows color (decimal): -3813667 or 14536389. OLE color: 14536389.
HSL color Cylindrical-coordinate representation of color #C5CEDD: hue angle of 217.5º degrees, saturation: 0.26, 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 #C5CEDD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 206 | 221 | - |
CMYK | 0.11 | 0.07 | 0 | 0.13 |
HSL | 217.5º | 0.26% | 0.82% | - |
HSV(B) | 217.5º | 0.11% | 0.87% | - |
XYZ | 58.15 | 61.23 | 77.16 | - |
YUV | 205.02 | 137.02 | 122.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 206 | 221 | 0.11 | 0.07 | 0 | 0.13 | 217.5 | 0.26 | 0.82 |
Hex | C5 | CE | DD | B | 7 | 0 | D | DA | 1A | 52 |
Octal | 305 | 316 | 335 | 13 | 7 | 0 | 15 | 332 | 32 | 122 |
Binary | 11000101 | 11001110 | 11011101 | 1011 | 111 | 0 | 1101 | 11011010 | 11010 | 1010010 |
Color Harmonies of #C5CEDD
Complementary color
Monochromatic Colors of #C5CEDD
Black with #C5CEDD
Text Example
Text Example
White with #C5CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CEDD; }
p { color: rgb(197,206,221); }
H1.HeaderClassName
{
color: #C5CEDD;
}
.AnyTagClassName
{
color: #C5CEDD;
}
</style>
background-color css
<style>
a { background-color: #C5CEDD; }
a { background-color: rgb(197,206,221); }
div.DivClassName
{
background-color: #C5CEDD;
}
.BgClassName
{
background-color: #C5CEDD;
}
</style>
border-color css
<style>
span { border-color: #C5CEDD; }
span { border-color: rgb(197,206,221); }
td.TdClassName
{
border-color: #C5CEDD;
}
.TagClassName
{
border-color: #C5CEDD;
}
</style>