Shades of Link Water #CBCED1
Tints of Link Water #CBCED1
RGB
CMYK
RGB Variations
Color information
#CBCED1 (or 0xCBCED1) is known color: Link Water. HEX triplet: CB, CE and D1. RGB value is (203,206,209). Sum of RGB (Red+Green+Blue) = 203+206+209=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBCED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCED1 is #34312E. Grayscale: #CDCDCD. Windows color (decimal): -3420463 or 13749963. OLE color: 13749963.
HSL color Cylindrical-coordinate representation of color #CBCED1: hue angle of 210º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBCED1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 206 | 209 | - |
CMYK | 0.03 | 0.01 | 0 | 0.18 |
HSL | 210º | 0.06% | 0.81% | - |
HSV(B) | 210º | 0.03% | 0.82% | - |
XYZ | 58.21 | 61.44 | 69.11 | - |
YUV | 205.45 | 130.01 | 126.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 206 | 209 | 0.03 | 0.01 | 0 | 0.18 | 210 | 0.06 | 0.81 |
Hex | CB | CE | D1 | 3 | 1 | 0 | 12 | D2 | 6 | 51 |
Octal | 313 | 316 | 321 | 3 | 1 | 0 | 22 | 322 | 6 | 121 |
Binary | 11001011 | 11001110 | 11010001 | 11 | 1 | 0 | 10010 | 11010010 | 110 | 1010001 |
Color Harmonies of #CBCED1
Complementary color
Monochromatic Colors of #CBCED1
Black with #CBCED1
Text Example
Text Example
White with #CBCED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCED1; }
p { color: rgb(203,206,209); }
H1.HeaderClassName
{
color: #CBCED1;
}
.AnyTagClassName
{
color: #CBCED1;
}
</style>
background-color css
<style>
a { background-color: #CBCED1; }
a { background-color: rgb(203,206,209); }
div.DivClassName
{
background-color: #CBCED1;
}
.BgClassName
{
background-color: #CBCED1;
}
</style>
border-color css
<style>
span { border-color: #CBCED1; }
span { border-color: rgb(203,206,209); }
td.TdClassName
{
border-color: #CBCED1;
}
.TagClassName
{
border-color: #CBCED1;
}
</style>