Shades of Link Water #C3CDDA
Tints of Link Water #C3CDDA
RGB
CMYK
RGB Variations
Color information
#C3CDDA (or 0xC3CDDA) is known color: Link Water. HEX triplet: C3, CD and DA. RGB value is (195,205,218). Sum of RGB (Red+Green+Blue) = 195+205+218=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3CDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDA is #3C3225. Grayscale: #CBCBCB. Windows color (decimal): -3944998 or 14339523. OLE color: 14339523.
HSL color Cylindrical-coordinate representation of color #C3CDDA: hue angle of 213.91º degrees, saturation: 0.24, 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 #C3CDDA is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 195 | 205 | 218 | - |
CMYK | 0.11 | 0.06 | 0 | 0.15 |
HSL | 213.91º | 0.24% | 0.81% | - |
HSV(B) | 213.91º | 0.11% | 0.85% | - |
XYZ | 56.99 | 60.33 | 74.97 | - |
YUV | 203.49 | 136.19 | 121.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 205 | 218 | 0.11 | 0.06 | 0 | 0.15 | 213.91 | 0.24 | 0.81 |
Hex | C3 | CD | DA | B | 6 | 0 | F | D6 | 18 | 51 |
Octal | 303 | 315 | 332 | 13 | 6 | 0 | 17 | 326 | 30 | 121 |
Binary | 11000011 | 11001101 | 11011010 | 1011 | 110 | 0 | 1111 | 11010110 | 11000 | 1010001 |
Color Harmonies of #C3CDDA
Complementary color
Monochromatic Colors of #C3CDDA
Black with #C3CDDA
Text Example
Text Example
White with #C3CDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDDA; }
p { color: rgb(195,205,218); }
H1.HeaderClassName
{
color: #C3CDDA;
}
.AnyTagClassName
{
color: #C3CDDA;
}
</style>
background-color css
<style>
a { background-color: #C3CDDA; }
a { background-color: rgb(195,205,218); }
div.DivClassName
{
background-color: #C3CDDA;
}
.BgClassName
{
background-color: #C3CDDA;
}
</style>
border-color css
<style>
span { border-color: #C3CDDA; }
span { border-color: rgb(195,205,218); }
td.TdClassName
{
border-color: #C3CDDA;
}
.TagClassName
{
border-color: #C3CDDA;
}
</style>