Shades of Link Water #C8CBDA
Tints of Link Water #C8CBDA
RGB
CMYK
RGB Variations
Color information
#C8CBDA (or 0xC8CBDA) is known color: Link Water. HEX triplet: C8, CB and DA. RGB value is (200,203,218). Sum of RGB (Red+Green+Blue) = 200+203+218=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8CBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBDA is #373425. Grayscale: #CBCBCB. Windows color (decimal): -3617830 or 14339016. OLE color: 14339016.
HSL color Cylindrical-coordinate representation of color #C8CBDA: hue angle of 230º degrees, saturation: 0.2, 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 #C8CBDA is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 203 | 218 | - |
CMYK | 0.08 | 0.07 | 0 | 0.15 |
HSL | 230º | 0.2% | 0.82% | - |
HSV(B) | 230º | 0.08% | 0.85% | - |
XYZ | 57.83 | 60.05 | 74.87 | - |
YUV | 203.81 | 136.01 | 125.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 218 | 0.08 | 0.07 | 0 | 0.15 | 230 | 0.2 | 0.82 |
Hex | C8 | CB | DA | 8 | 7 | 0 | F | E6 | 14 | 52 |
Octal | 310 | 313 | 332 | 10 | 7 | 0 | 17 | 346 | 24 | 122 |
Binary | 11001000 | 11001011 | 11011010 | 1000 | 111 | 0 | 1111 | 11100110 | 10100 | 1010010 |
Color Harmonies of #C8CBDA
Complementary color
Monochromatic Colors of #C8CBDA
Black with #C8CBDA
Text Example
Text Example
White with #C8CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBDA; }
p { color: rgb(200,203,218); }
H1.HeaderClassName
{
color: #C8CBDA;
}
.AnyTagClassName
{
color: #C8CBDA;
}
</style>
background-color css
<style>
a { background-color: #C8CBDA; }
a { background-color: rgb(200,203,218); }
div.DivClassName
{
background-color: #C8CBDA;
}
.BgClassName
{
background-color: #C8CBDA;
}
</style>
border-color css
<style>
span { border-color: #C8CBDA; }
span { border-color: rgb(200,203,218); }
td.TdClassName
{
border-color: #C8CBDA;
}
.TagClassName
{
border-color: #C8CBDA;
}
</style>