Shades of Link Water #C9CCDA
Tints of Link Water #C9CCDA
RGB
CMYK
RGB Variations
Color information
#C9CCDA (or 0xC9CCDA) is known color: Link Water. HEX triplet: C9, CC and DA. RGB value is (201,204,218). Sum of RGB (Red+Green+Blue) = 201+204+218=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #C9CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CCDA is #363325. Grayscale: #CCCCCC. Windows color (decimal): -3552038 or 14339273. OLE color: 14339273.
HSL color Cylindrical-coordinate representation of color #C9CCDA: hue angle of 229.41º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CCDA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 201 | 204 | 218 | - |
CMYK | 0.08 | 0.06 | 0 | 0.15 |
HSL | 229.41º | 0.19% | 0.82% | - |
HSV(B) | 229.41º | 0.08% | 0.85% | - |
XYZ | 58.34 | 60.67 | 74.96 | - |
YUV | 204.7 | 135.51 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 204 | 218 | 0.08 | 0.06 | 0 | 0.15 | 229.41 | 0.19 | 0.82 |
Hex | C9 | CC | DA | 8 | 6 | 0 | F | E5 | 13 | 52 |
Octal | 311 | 314 | 332 | 10 | 6 | 0 | 17 | 345 | 23 | 122 |
Binary | 11001001 | 11001100 | 11011010 | 1000 | 110 | 0 | 1111 | 11100101 | 10011 | 1010010 |
Color Harmonies of #C9CCDA
Complementary color
Monochromatic Colors of #C9CCDA
Black with #C9CCDA
Text Example
Text Example
White with #C9CCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CCDA; }
p { color: rgb(201,204,218); }
H1.HeaderClassName
{
color: #C9CCDA;
}
.AnyTagClassName
{
color: #C9CCDA;
}
</style>
background-color css
<style>
a { background-color: #C9CCDA; }
a { background-color: rgb(201,204,218); }
div.DivClassName
{
background-color: #C9CCDA;
}
.BgClassName
{
background-color: #C9CCDA;
}
</style>
border-color css
<style>
span { border-color: #C9CCDA; }
span { border-color: rgb(201,204,218); }
td.TdClassName
{
border-color: #C9CCDA;
}
.TagClassName
{
border-color: #C9CCDA;
}
</style>