Shades of Link Water #C3CFDC
Tints of Link Water #C3CFDC
RGB
CMYK
RGB Variations
Color information
#C3CFDC (or 0xC3CFDC) is known color: Link Water. HEX triplet: C3, CF and DC. RGB value is (195,207,220). Sum of RGB (Red+Green+Blue) = 195+207+220=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CFDC is #3C3023. Grayscale: #CCCCCC. Windows color (decimal): -3944484 or 14471107. OLE color: 14471107.
HSL color Cylindrical-coordinate representation of color #C3CFDC: hue angle of 211.2º degrees, saturation: 0.26, 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 #C3CFDC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 207 | 220 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.14 |
| HSL | 211.2º | 0.26% | 0.81% | - |
| HSV(B) | 211.2º | 0.11% | 0.86% | - |
| XYZ | 57.74 | 61.4 | 76.52 | - |
| YUV | 204.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 220 | 0.11 | 0.06 | 0 | 0.14 | 211.2 | 0.26 | 0.81 |
| Hex | C3 | CF | DC | B | 6 | 0 | E | D3 | 1A | 51 |
| Octal | 303 | 317 | 334 | 13 | 6 | 0 | 16 | 323 | 32 | 121 |
| Binary | 11000011 | 11001111 | 11011100 | 1011 | 110 | 0 | 1110 | 11010011 | 11010 | 1010001 |
Color Harmonies of #C3CFDC
Complementary color
Monochromatic Colors of #C3CFDC
Black with #C3CFDC
Text Example
Text Example
White with #C3CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFDC; }
p { color: rgb(195,207,220); }
H1.HeaderClassName
{
color: #C3CFDC;
}
.AnyTagClassName
{
color: #C3CFDC;
}
</style>
background-color css
<style>
a { background-color: #C3CFDC; }
a { background-color: rgb(195,207,220); }
div.DivClassName
{
background-color: #C3CFDC;
}
.BgClassName
{
background-color: #C3CFDC;
}
</style>
border-color css
<style>
span { border-color: #C3CFDC; }
span { border-color: rgb(195,207,220); }
td.TdClassName
{
border-color: #C3CFDC;
}
.TagClassName
{
border-color: #C3CFDC;
}
</style>