Shades of Link Water #C3D1DB
Tints of Link Water #C3D1DB
RGB
CMYK
RGB Variations
Color information
#C3D1DB (or 0xC3D1DB) is known color: Link Water. HEX triplet: C3, D1 and DB. RGB value is (195,209,219). Sum of RGB (Red+Green+Blue) = 195+209+219=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3D1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D1DB is #3C2E24. Grayscale: #CDCDCD. Windows color (decimal): -3943973 or 14406083. OLE color: 14406083.
HSL color Cylindrical-coordinate representation of color #C3D1DB: hue angle of 205º 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 #C3D1DB is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 195 | 209 | 219 | - |
CMYK | 0.11 | 0.05 | 0 | 0.14 |
HSL | 205º | 0.25% | 0.81% | - |
HSV(B) | 205º | 0.11% | 0.86% | - |
XYZ | 58.09 | 62.32 | 75.98 | - |
YUV | 205.95 | 135.36 | 120.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 209 | 219 | 0.11 | 0.05 | 0 | 0.14 | 205 | 0.25 | 0.81 |
Hex | C3 | D1 | DB | B | 5 | 0 | E | CD | 19 | 51 |
Octal | 303 | 321 | 333 | 13 | 5 | 0 | 16 | 315 | 31 | 121 |
Binary | 11000011 | 11010001 | 11011011 | 1011 | 101 | 0 | 1110 | 11001101 | 11001 | 1010001 |
Color Harmonies of #C3D1DB
Complementary color
Monochromatic Colors of #C3D1DB
Black with #C3D1DB
Text Example
Text Example
White with #C3D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D1DB; }
p { color: rgb(195,209,219); }
H1.HeaderClassName
{
color: #C3D1DB;
}
.AnyTagClassName
{
color: #C3D1DB;
}
</style>
background-color css
<style>
a { background-color: #C3D1DB; }
a { background-color: rgb(195,209,219); }
div.DivClassName
{
background-color: #C3D1DB;
}
.BgClassName
{
background-color: #C3D1DB;
}
</style>
border-color css
<style>
span { border-color: #C3D1DB; }
span { border-color: rgb(195,209,219); }
td.TdClassName
{
border-color: #C3D1DB;
}
.TagClassName
{
border-color: #C3D1DB;
}
</style>