Shades of Link Water #C1CCDF
Tints of Link Water #C1CCDF
RGB
CMYK
RGB Variations
Color information
#C1CCDF (or 0xC1CCDF) is known color: Link Water. HEX triplet: C1, CC and DF. RGB value is (193,204,223). Sum of RGB (Red+Green+Blue) = 193+204+223=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1CCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CCDF is #3E3320. Grayscale: #CACACA. Windows color (decimal): -4076321 or 14666945. OLE color: 14666945.
HSL color Cylindrical-coordinate representation of color #C1CCDF: hue angle of 218º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1CCDF is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 193 | 204 | 223 | - |
CMYK | 0.13 | 0.09 | 0 | 0.13 |
HSL | 218º | 0.32% | 0.82% | - |
HSV(B) | 218º | 0.13% | 0.87% | - |
XYZ | 56.9 | 59.85 | 78.37 | - |
YUV | 202.88 | 139.36 | 120.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 204 | 223 | 0.13 | 0.09 | 0 | 0.13 | 218 | 0.32 | 0.82 |
Hex | C1 | CC | DF | D | 9 | 0 | D | DA | 20 | 52 |
Octal | 301 | 314 | 337 | 15 | 11 | 0 | 15 | 332 | 40 | 122 |
Binary | 11000001 | 11001100 | 11011111 | 1101 | 1001 | 0 | 1101 | 11011010 | 100000 | 1010010 |
Color Harmonies of #C1CCDF
Complementary color
Monochromatic Colors of #C1CCDF
Black with #C1CCDF
Text Example
Text Example
White with #C1CCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CCDF; }
p { color: rgb(193,204,223); }
H1.HeaderClassName
{
color: #C1CCDF;
}
.AnyTagClassName
{
color: #C1CCDF;
}
</style>
background-color css
<style>
a { background-color: #C1CCDF; }
a { background-color: rgb(193,204,223); }
div.DivClassName
{
background-color: #C1CCDF;
}
.BgClassName
{
background-color: #C1CCDF;
}
</style>
border-color css
<style>
span { border-color: #C1CCDF; }
span { border-color: rgb(193,204,223); }
td.TdClassName
{
border-color: #C1CCDF;
}
.TagClassName
{
border-color: #C1CCDF;
}
</style>