Shades of Link Water #C9CDDB
Tints of Link Water #C9CDDB
RGB
CMYK
RGB Variations
Color information
#C9CDDB (or 0xC9CDDB) is known color: Link Water. HEX triplet: C9, CD and DB. RGB value is (201,205,219). Sum of RGB (Red+Green+Blue) = 201+205+219=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #C9CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDDB is #363224. Grayscale: #CDCDCD. Windows color (decimal): -3551781 or 14405065. OLE color: 14405065.
HSL color Cylindrical-coordinate representation of color #C9CDDB: hue angle of 226.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9CDDB is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 205 | 219 | - |
CMYK | 0.08 | 0.06 | 0 | 0.14 |
HSL | 226.67º | 0.2% | 0.82% | - |
HSV(B) | 226.67º | 0.08% | 0.86% | - |
XYZ | 58.7 | 61.19 | 75.74 | - |
YUV | 205.4 | 135.67 | 124.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 205 | 219 | 0.08 | 0.06 | 0 | 0.14 | 226.67 | 0.2 | 0.82 |
Hex | C9 | CD | DB | 8 | 6 | 0 | E | E3 | 14 | 52 |
Octal | 311 | 315 | 333 | 10 | 6 | 0 | 16 | 343 | 24 | 122 |
Binary | 11001001 | 11001101 | 11011011 | 1000 | 110 | 0 | 1110 | 11100011 | 10100 | 1010010 |
Color Harmonies of #C9CDDB
Complementary color
Monochromatic Colors of #C9CDDB
Black with #C9CDDB
Text Example
Text Example
White with #C9CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CDDB; }
p { color: rgb(201,205,219); }
H1.HeaderClassName
{
color: #C9CDDB;
}
.AnyTagClassName
{
color: #C9CDDB;
}
</style>
background-color css
<style>
a { background-color: #C9CDDB; }
a { background-color: rgb(201,205,219); }
div.DivClassName
{
background-color: #C9CDDB;
}
.BgClassName
{
background-color: #C9CDDB;
}
</style>
border-color css
<style>
span { border-color: #C9CDDB; }
span { border-color: rgb(201,205,219); }
td.TdClassName
{
border-color: #C9CDDB;
}
.TagClassName
{
border-color: #C9CDDB;
}
</style>