Shades of Link Water #C8CBCE
Tints of Link Water #C8CBCE
RGB
CMYK
RGB Variations
Color information
#C8CBCE (or 0xC8CBCE) is known color: Link Water. HEX triplet: C8, CB and CE. RGB value is (200,203,206). Sum of RGB (Red+Green+Blue) = 200+203+206=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8CBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBCE is #373431. Grayscale: #CACACA. Windows color (decimal): -3617842 or 13552584. OLE color: 13552584.
HSL color Cylindrical-coordinate representation of color #C8CBCE: hue angle of 210º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C8CBCE is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 200 | 203 | 206 | - |
CMYK | 0.03 | 0.01 | 0 | 0.19 |
HSL | 210º | 0.06% | 0.8% | - |
HSV(B) | 210º | 0.03% | 0.81% | - |
XYZ | 56.32 | 59.45 | 66.9 | - |
YUV | 202.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 203 | 206 | 0.03 | 0.01 | 0 | 0.19 | 210 | 0.06 | 0.8 |
Hex | C8 | CB | CE | 3 | 1 | 0 | 13 | D2 | 6 | 50 |
Octal | 310 | 313 | 316 | 3 | 1 | 0 | 23 | 322 | 6 | 120 |
Binary | 11001000 | 11001011 | 11001110 | 11 | 1 | 0 | 10011 | 11010010 | 110 | 1010000 |
Color Harmonies of #C8CBCE
Complementary color
Monochromatic Colors of #C8CBCE
Black with #C8CBCE
Text Example
Text Example
White with #C8CBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBCE; }
p { color: rgb(200,203,206); }
H1.HeaderClassName
{
color: #C8CBCE;
}
.AnyTagClassName
{
color: #C8CBCE;
}
</style>
background-color css
<style>
a { background-color: #C8CBCE; }
a { background-color: rgb(200,203,206); }
div.DivClassName
{
background-color: #C8CBCE;
}
.BgClassName
{
background-color: #C8CBCE;
}
</style>
border-color css
<style>
span { border-color: #C8CBCE; }
span { border-color: rgb(200,203,206); }
td.TdClassName
{
border-color: #C8CBCE;
}
.TagClassName
{
border-color: #C8CBCE;
}
</style>