Shades of Link Water #CBCCCF
Tints of Link Water #CBCCCF
RGB
CMYK
RGB Variations
Color information
#CBCCCF (or 0xCBCCCF) is known color: Link Water. HEX triplet: CB, CC and CF. RGB value is (203,204,207). Sum of RGB (Red+Green+Blue) = 203+204+207=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBCCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCCF is #343330. Grayscale: #CCCCCC. Windows color (decimal): -3420977 or 13618379. OLE color: 13618379.
HSL color Cylindrical-coordinate representation of color #CBCCCF: hue angle of 225º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCCCF is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 203 | 204 | 207 | - |
CMYK | 0.02 | 0.01 | 0 | 0.19 |
HSL | 225º | 0.04% | 0.8% | - |
HSV(B) | 225º | 0.02% | 0.81% | - |
XYZ | 57.48 | 60.39 | 67.66 | - |
YUV | 204.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 207 | 0.02 | 0.01 | 0 | 0.19 | 225 | 0.04 | 0.8 |
Hex | CB | CC | CF | 2 | 1 | 0 | 13 | E1 | 4 | 50 |
Octal | 313 | 314 | 317 | 2 | 1 | 0 | 23 | 341 | 4 | 120 |
Binary | 11001011 | 11001100 | 11001111 | 10 | 1 | 0 | 10011 | 11100001 | 100 | 1010000 |
Color Harmonies of #CBCCCF
Complementary color
Monochromatic Colors of #CBCCCF
Black with #CBCCCF
Text Example
Text Example
White with #CBCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCCF; }
p { color: rgb(203,204,207); }
H1.HeaderClassName
{
color: #CBCCCF;
}
.AnyTagClassName
{
color: #CBCCCF;
}
</style>
background-color css
<style>
a { background-color: #CBCCCF; }
a { background-color: rgb(203,204,207); }
div.DivClassName
{
background-color: #CBCCCF;
}
.BgClassName
{
background-color: #CBCCCF;
}
</style>
border-color css
<style>
span { border-color: #CBCCCF; }
span { border-color: rgb(203,204,207); }
td.TdClassName
{
border-color: #CBCCCF;
}
.TagClassName
{
border-color: #CBCCCF;
}
</style>