Shades of Link Water #C3D3DE
Tints of Link Water #C3D3DE
RGB
CMYK
RGB Variations
Color information
#C3D3DE (or 0xC3D3DE) is known color: Link Water. HEX triplet: C3, D3 and DE. RGB value is (195,211,222). Sum of RGB (Red+Green+Blue) = 195+211+222=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3D3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D3DE is #3C2C21. Grayscale: #CFCFCF. Windows color (decimal): -3943458 or 14603203. OLE color: 14603203.
HSL color Cylindrical-coordinate representation of color #C3D3DE: hue angle of 204.44º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3D3DE is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 211 | 222 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.13 |
| HSL | 204.44º | 0.29% | 0.82% | - |
| HSV(B) | 204.44º | 0.12% | 0.87% | - |
| XYZ | 58.98 | 63.46 | 78.25 | - |
| YUV | 207.47 | 136.2 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 222 | 0.12 | 0.05 | 0 | 0.13 | 204.44 | 0.29 | 0.82 |
| Hex | C3 | D3 | DE | C | 5 | 0 | D | CC | 1D | 52 |
| Octal | 303 | 323 | 336 | 14 | 5 | 0 | 15 | 314 | 35 | 122 |
| Binary | 11000011 | 11010011 | 11011110 | 1100 | 101 | 0 | 1101 | 11001100 | 11101 | 1010010 |
Color Harmonies of #C3D3DE
Complementary color
Monochromatic Colors of #C3D3DE
Black with #C3D3DE
Text Example
Text Example
White with #C3D3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D3DE; }
p { color: rgb(195,211,222); }
H1.HeaderClassName
{
color: #C3D3DE;
}
.AnyTagClassName
{
color: #C3D3DE;
}
</style>
background-color css
<style>
a { background-color: #C3D3DE; }
a { background-color: rgb(195,211,222); }
div.DivClassName
{
background-color: #C3D3DE;
}
.BgClassName
{
background-color: #C3D3DE;
}
</style>
border-color css
<style>
span { border-color: #C3D3DE; }
span { border-color: rgb(195,211,222); }
td.TdClassName
{
border-color: #C3D3DE;
}
.TagClassName
{
border-color: #C3D3DE;
}
</style>