Shades of Link Water #CBCDD8
Tints of Link Water #CBCDD8
RGB
CMYK
RGB Variations
Color information
#CBCDD8 (or 0xCBCDD8) is known color: Link Water. HEX triplet: CB, CD and D8. RGB value is (203,205,216). Sum of RGB (Red+Green+Blue) = 203+205+216=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 216 - color contains mainly: blue. Hex color #CBCDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDD8 is #343227. Grayscale: #CDCDCD. Windows color (decimal): -3420712 or 14208459. OLE color: 14208459.
HSL color Cylindrical-coordinate representation of color #CBCDD8: hue angle of 230.77º degrees, saturation: 0.14, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBCDD8 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 205 | 216 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.15 |
| HSL | 230.77º | 0.14% | 0.82% | - |
| HSV(B) | 230.77º | 0.06% | 0.85% | - |
| XYZ | 58.85 | 61.32 | 73.7 | - |
| YUV | 205.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 216 | 0.06 | 0.05 | 0 | 0.15 | 230.77 | 0.14 | 0.82 |
| Hex | CB | CD | D8 | 6 | 5 | 0 | F | E7 | E | 52 |
| Octal | 313 | 315 | 330 | 6 | 5 | 0 | 17 | 347 | 16 | 122 |
| Binary | 11001011 | 11001101 | 11011000 | 110 | 101 | 0 | 1111 | 11100111 | 1110 | 1010010 |
Color Harmonies of #CBCDD8
Complementary color
Monochromatic Colors of #CBCDD8
Black with #CBCDD8
Text Example
Text Example
White with #CBCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDD8; }
p { color: rgb(203,205,216); }
H1.HeaderClassName
{
color: #CBCDD8;
}
.AnyTagClassName
{
color: #CBCDD8;
}
</style>
background-color css
<style>
a { background-color: #CBCDD8; }
a { background-color: rgb(203,205,216); }
div.DivClassName
{
background-color: #CBCDD8;
}
.BgClassName
{
background-color: #CBCDD8;
}
</style>
border-color css
<style>
span { border-color: #CBCDD8; }
span { border-color: rgb(203,205,216); }
td.TdClassName
{
border-color: #CBCDD8;
}
.TagClassName
{
border-color: #CBCDD8;
}
</style>