Shades of Link Water #CBCFD7
Tints of Link Water #CBCFD7
RGB
CMYK
RGB Variations
Color information
#CBCFD7 (or 0xCBCFD7) is known color: Link Water. HEX triplet: CB, CF and D7. RGB value is (203,207,215). Sum of RGB (Red+Green+Blue) = 203+207+215=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFD7 is #343028. Grayscale: #CECECE. Windows color (decimal): -3420201 or 14143435. OLE color: 14143435.
HSL color Cylindrical-coordinate representation of color #CBCFD7: hue angle of 220º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBCFD7 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 203 | 207 | 215 | - |
CMYK | 0.06 | 0.04 | 0 | 0.16 |
HSL | 220º | 0.13% | 0.82% | - |
HSV(B) | 220º | 0.06% | 0.84% | - |
XYZ | 59.21 | 62.23 | 73.18 | - |
YUV | 206.72 | 132.67 | 125.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 207 | 215 | 0.06 | 0.04 | 0 | 0.16 | 220 | 0.13 | 0.82 |
Hex | CB | CF | D7 | 6 | 4 | 0 | 10 | DC | D | 52 |
Octal | 313 | 317 | 327 | 6 | 4 | 0 | 20 | 334 | 15 | 122 |
Binary | 11001011 | 11001111 | 11010111 | 110 | 100 | 0 | 10000 | 11011100 | 1101 | 1010010 |
Color Harmonies of #CBCFD7
Complementary color
Monochromatic Colors of #CBCFD7
Black with #CBCFD7
Text Example
Text Example
White with #CBCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFD7; }
p { color: rgb(203,207,215); }
H1.HeaderClassName
{
color: #CBCFD7;
}
.AnyTagClassName
{
color: #CBCFD7;
}
</style>
background-color css
<style>
a { background-color: #CBCFD7; }
a { background-color: rgb(203,207,215); }
div.DivClassName
{
background-color: #CBCFD7;
}
.BgClassName
{
background-color: #CBCFD7;
}
</style>
border-color css
<style>
span { border-color: #CBCFD7; }
span { border-color: rgb(203,207,215); }
td.TdClassName
{
border-color: #CBCFD7;
}
.TagClassName
{
border-color: #CBCFD7;
}
</style>