Shades of Link Water #C2C5D2
Tints of Link Water #C2C5D2
RGB
CMYK
RGB Variations
Color information
#C2C5D2 (or 0xC2C5D2) is known color: Link Water. HEX triplet: C2, C5 and D2. RGB value is (194,197,210). Sum of RGB (Red+Green+Blue) = 194+197+210=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 197 (77.34% from 255 or 32.78% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #C2C5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5D2 is #3D3A2D. Grayscale: #C5C5C5. Windows color (decimal): -4012590 or 13813186. OLE color: 13813186.
HSL color Cylindrical-coordinate representation of color #C2C5D2: hue angle of 228.75º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2C5D2 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 197 | 210 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.18 |
| HSL | 228.75º | 0.15% | 0.79% | - |
| HSV(B) | 228.75º | 0.08% | 0.82% | - |
| XYZ | 53.85 | 56.05 | 68.95 | - |
| YUV | 197.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 210 | 0.08 | 0.06 | 0 | 0.18 | 228.75 | 0.15 | 0.79 |
| Hex | C2 | C5 | D2 | 8 | 6 | 0 | 12 | E5 | F | 4F |
| Octal | 302 | 305 | 322 | 10 | 6 | 0 | 22 | 345 | 17 | 117 |
| Binary | 11000010 | 11000101 | 11010010 | 1000 | 110 | 0 | 10010 | 11100101 | 1111 | 1001111 |
Color Harmonies of #C2C5D2
Complementary color
Monochromatic Colors of #C2C5D2
Black with #C2C5D2
Text Example
Text Example
White with #C2C5D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C5D2; }
p { color: rgb(194,197,210); }
H1.HeaderClassName
{
color: #C2C5D2;
}
.AnyTagClassName
{
color: #C2C5D2;
}
</style>
background-color css
<style>
a { background-color: #C2C5D2; }
a { background-color: rgb(194,197,210); }
div.DivClassName
{
background-color: #C2C5D2;
}
.BgClassName
{
background-color: #C2C5D2;
}
</style>
border-color css
<style>
span { border-color: #C2C5D2; }
span { border-color: rgb(194,197,210); }
td.TdClassName
{
border-color: #C2C5D2;
}
.TagClassName
{
border-color: #C2C5D2;
}
</style>