Shades of Link Water #CBCFDC
Tints of Link Water #CBCFDC
RGB
CMYK
RGB Variations
Color information
#CBCFDC (or 0xCBCFDC) is known color: Link Water. HEX triplet: CB, CF and DC. RGB value is (203,207,220). Sum of RGB (Red+Green+Blue) = 203+207+220=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBCFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFDC is #343023. Grayscale: #CFCFCF. Windows color (decimal): -3420196 or 14471115. OLE color: 14471115.
HSL color Cylindrical-coordinate representation of color #CBCFDC: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBCFDC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 207 | 220 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.14 |
| HSL | 225.88º | 0.2% | 0.83% | - |
| HSV(B) | 225.88º | 0.08% | 0.86% | - |
| XYZ | 59.86 | 62.49 | 76.62 | - |
| YUV | 207.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 220 | 0.08 | 0.06 | 0 | 0.14 | 225.88 | 0.2 | 0.83 |
| Hex | CB | CF | DC | 8 | 6 | 0 | E | E2 | 14 | 53 |
| Octal | 313 | 317 | 334 | 10 | 6 | 0 | 16 | 342 | 24 | 123 |
| Binary | 11001011 | 11001111 | 11011100 | 1000 | 110 | 0 | 1110 | 11100010 | 10100 | 1010011 |
Color Harmonies of #CBCFDC
Complementary color
Monochromatic Colors of #CBCFDC
Black with #CBCFDC
Text Example
Text Example
White with #CBCFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFDC; }
p { color: rgb(203,207,220); }
H1.HeaderClassName
{
color: #CBCFDC;
}
.AnyTagClassName
{
color: #CBCFDC;
}
</style>
background-color css
<style>
a { background-color: #CBCFDC; }
a { background-color: rgb(203,207,220); }
div.DivClassName
{
background-color: #CBCFDC;
}
.BgClassName
{
background-color: #CBCFDC;
}
</style>
border-color css
<style>
span { border-color: #CBCFDC; }
span { border-color: rgb(203,207,220); }
td.TdClassName
{
border-color: #CBCFDC;
}
.TagClassName
{
border-color: #CBCFDC;
}
</style>