Shades of Link Water #C3CDDB
Tints of Link Water #C3CDDB
RGB
CMYK
RGB Variations
Color information
#C3CDDB (or 0xC3CDDB) is known color: Link Water. HEX triplet: C3, CD and DB. RGB value is (195,205,219). Sum of RGB (Red+Green+Blue) = 195+205+219=619 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.50% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDB is #3C3224. Grayscale: #CBCBCB. Windows color (decimal): -3944997 or 14405059. OLE color: 14405059.
HSL color Cylindrical-coordinate representation of color #C3CDDB: hue angle of 215º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3CDDB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 195 | 205 | 219 | - |
CMYK | 0.11 | 0.06 | 0 | 0.14 |
HSL | 215º | 0.25% | 0.81% | - |
HSV(B) | 215º | 0.11% | 0.86% | - |
XYZ | 57.12 | 60.38 | 75.66 | - |
YUV | 203.61 | 136.69 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 205 | 219 | 0.11 | 0.06 | 0 | 0.14 | 215 | 0.25 | 0.81 |
Hex | C3 | CD | DB | B | 6 | 0 | E | D7 | 19 | 51 |
Octal | 303 | 315 | 333 | 13 | 6 | 0 | 16 | 327 | 31 | 121 |
Binary | 11000011 | 11001101 | 11011011 | 1011 | 110 | 0 | 1110 | 11010111 | 11001 | 1010001 |
Color Harmonies of #C3CDDB
Complementary color
Monochromatic Colors of #C3CDDB
Black with #C3CDDB
Text Example
Text Example
White with #C3CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CDDB; }
p { color: rgb(195,205,219); }
H1.HeaderClassName
{
color: #C3CDDB;
}
.AnyTagClassName
{
color: #C3CDDB;
}
</style>
background-color css
<style>
a { background-color: #C3CDDB; }
a { background-color: rgb(195,205,219); }
div.DivClassName
{
background-color: #C3CDDB;
}
.BgClassName
{
background-color: #C3CDDB;
}
</style>
border-color css
<style>
span { border-color: #C3CDDB; }
span { border-color: rgb(195,205,219); }
td.TdClassName
{
border-color: #C3CDDB;
}
.TagClassName
{
border-color: #C3CDDB;
}
</style>