Shades of Link Water #C4CCD2
Tints of Link Water #C4CCD2
RGB
CMYK
RGB Variations
Color information
#C4CCD2 (or 0xC4CCD2) is known color: Link Water. HEX triplet: C4, CC and D2. RGB value is (196,204,210). Sum of RGB (Red+Green+Blue) = 196+204+210=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 210 - color contains mainly: blue. Hex color #C4CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCD2 is #3B332D. Grayscale: #CACACA. Windows color (decimal): -3879726 or 13814980. OLE color: 13814980.
HSL color Cylindrical-coordinate representation of color #C4CCD2: hue angle of 205.71º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4CCD2 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 196 | 204 | 210 | - |
CMYK | 0.07 | 0.03 | 0 | 0.18 |
HSL | 205.71º | 0.13% | 0.8% | - |
HSV(B) | 205.71º | 0.07% | 0.82% | - |
XYZ | 55.99 | 59.57 | 69.52 | - |
YUV | 202.29 | 132.35 | 123.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 204 | 210 | 0.07 | 0.03 | 0 | 0.18 | 205.71 | 0.13 | 0.8 |
Hex | C4 | CC | D2 | 7 | 3 | 0 | 12 | CE | D | 50 |
Octal | 304 | 314 | 322 | 7 | 3 | 0 | 22 | 316 | 15 | 120 |
Binary | 11000100 | 11001100 | 11010010 | 111 | 11 | 0 | 10010 | 11001110 | 1101 | 1010000 |
Color Harmonies of #C4CCD2
Complementary color
Monochromatic Colors of #C4CCD2
Black with #C4CCD2
Text Example
Text Example
White with #C4CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CCD2; }
p { color: rgb(196,204,210); }
H1.HeaderClassName
{
color: #C4CCD2;
}
.AnyTagClassName
{
color: #C4CCD2;
}
</style>
background-color css
<style>
a { background-color: #C4CCD2; }
a { background-color: rgb(196,204,210); }
div.DivClassName
{
background-color: #C4CCD2;
}
.BgClassName
{
background-color: #C4CCD2;
}
</style>
border-color css
<style>
span { border-color: #C4CCD2; }
span { border-color: rgb(196,204,210); }
td.TdClassName
{
border-color: #C4CCD2;
}
.TagClassName
{
border-color: #C4CCD2;
}
</style>