Shades of Link Water #C1CDDA
Tints of Link Water #C1CDDA
RGB
CMYK
RGB Variations
Color information
#C1CDDA (or 0xC1CDDA) is known color: Link Water. HEX triplet: C1, CD and DA. RGB value is (193,205,218). Sum of RGB (Red+Green+Blue) = 193+205+218=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 218 - color contains mainly: blue. Hex color #C1CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDDA is #3E3225. Grayscale: #CACACA. Windows color (decimal): -4076070 or 14339521. OLE color: 14339521.
HSL color Cylindrical-coordinate representation of color #C1CDDA: hue angle of 211.2º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1CDDA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 193 | 205 | 218 | - |
CMYK | 0.11 | 0.06 | 0 | 0.15 |
HSL | 211.2º | 0.25% | 0.81% | - |
HSV(B) | 211.2º | 0.11% | 0.85% | - |
XYZ | 56.48 | 60.06 | 74.95 | - |
YUV | 202.89 | 136.52 | 120.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 205 | 218 | 0.11 | 0.06 | 0 | 0.15 | 211.2 | 0.25 | 0.81 |
Hex | C1 | CD | DA | B | 6 | 0 | F | D3 | 19 | 51 |
Octal | 301 | 315 | 332 | 13 | 6 | 0 | 17 | 323 | 31 | 121 |
Binary | 11000001 | 11001101 | 11011010 | 1011 | 110 | 0 | 1111 | 11010011 | 11001 | 1010001 |
Color Harmonies of #C1CDDA
Complementary color
Monochromatic Colors of #C1CDDA
Black with #C1CDDA
Text Example
Text Example
White with #C1CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CDDA; }
p { color: rgb(193,205,218); }
H1.HeaderClassName
{
color: #C1CDDA;
}
.AnyTagClassName
{
color: #C1CDDA;
}
</style>
background-color css
<style>
a { background-color: #C1CDDA; }
a { background-color: rgb(193,205,218); }
div.DivClassName
{
background-color: #C1CDDA;
}
.BgClassName
{
background-color: #C1CDDA;
}
</style>
border-color css
<style>
span { border-color: #C1CDDA; }
span { border-color: rgb(193,205,218); }
td.TdClassName
{
border-color: #C1CDDA;
}
.TagClassName
{
border-color: #C1CDDA;
}
</style>