Shades of Link Water #CBCFD1
Tints of Link Water #CBCFD1
RGB
CMYK
RGB Variations
Color information
#CBCFD1 (or 0xCBCFD1) is known color: Link Water. HEX triplet: CB, CF and D1. RGB value is (203,207,209). Sum of RGB (Red+Green+Blue) = 203+207+209=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBCFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFD1 is #34302E. Grayscale: #CECECE. Windows color (decimal): -3420207 or 13750219. OLE color: 13750219.
HSL color Cylindrical-coordinate representation of color #CBCFD1: hue angle of 200º 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 #CBCFD1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 207 | 209 | - |
CMYK | 0.03 | 0.01 | 0 | 0.18 |
HSL | 200º | 0.06% | 0.81% | - |
HSV(B) | 200º | 0.03% | 0.82% | - |
XYZ | 58.45 | 61.93 | 69.19 | - |
YUV | 206.03 | 129.67 | 125.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 207 | 209 | 0.03 | 0.01 | 0 | 0.18 | 200 | 0.06 | 0.81 |
Hex | CB | CF | D1 | 3 | 1 | 0 | 12 | C8 | 6 | 51 |
Octal | 313 | 317 | 321 | 3 | 1 | 0 | 22 | 310 | 6 | 121 |
Binary | 11001011 | 11001111 | 11010001 | 11 | 1 | 0 | 10010 | 11001000 | 110 | 1010001 |
Color Harmonies of #CBCFD1
Complementary color
Monochromatic Colors of #CBCFD1
Black with #CBCFD1
Text Example
Text Example
White with #CBCFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFD1; }
p { color: rgb(203,207,209); }
H1.HeaderClassName
{
color: #CBCFD1;
}
.AnyTagClassName
{
color: #CBCFD1;
}
</style>
background-color css
<style>
a { background-color: #CBCFD1; }
a { background-color: rgb(203,207,209); }
div.DivClassName
{
background-color: #CBCFD1;
}
.BgClassName
{
background-color: #CBCFD1;
}
</style>
border-color css
<style>
span { border-color: #CBCFD1; }
span { border-color: rgb(203,207,209); }
td.TdClassName
{
border-color: #CBCFD1;
}
.TagClassName
{
border-color: #CBCFD1;
}
</style>