Shades of Link Water #CBD1DE
Tints of Link Water #CBD1DE
RGB
CMYK
RGB Variations
Color information
#CBD1DE (or 0xCBD1DE) is known color: Link Water. HEX triplet: CB, D1 and DE. RGB value is (203,209,222). Sum of RGB (Red+Green+Blue) = 203+209+222=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1DE is #342E21. Grayscale: #D0D0D0. Windows color (decimal): -3419682 or 14602699. OLE color: 14602699.
HSL color Cylindrical-coordinate representation of color #CBD1DE: hue angle of 221.05º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBD1DE is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 209 | 222 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.13 |
| HSL | 221.05º | 0.22% | 0.83% | - |
| HSV(B) | 221.05º | 0.09% | 0.87% | - |
| XYZ | 60.61 | 63.57 | 78.18 | - |
| YUV | 208.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 222 | 0.09 | 0.06 | 0 | 0.13 | 221.05 | 0.22 | 0.83 |
| Hex | CB | D1 | DE | 9 | 6 | 0 | D | DD | 16 | 53 |
| Octal | 313 | 321 | 336 | 11 | 6 | 0 | 15 | 335 | 26 | 123 |
| Binary | 11001011 | 11010001 | 11011110 | 1001 | 110 | 0 | 1101 | 11011101 | 10110 | 1010011 |
Color Harmonies of #CBD1DE
Complementary color
Monochromatic Colors of #CBD1DE
Black with #CBD1DE
Text Example
Text Example
White with #CBD1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1DE; }
p { color: rgb(203,209,222); }
H1.HeaderClassName
{
color: #CBD1DE;
}
.AnyTagClassName
{
color: #CBD1DE;
}
</style>
background-color css
<style>
a { background-color: #CBD1DE; }
a { background-color: rgb(203,209,222); }
div.DivClassName
{
background-color: #CBD1DE;
}
.BgClassName
{
background-color: #CBD1DE;
}
</style>
border-color css
<style>
span { border-color: #CBD1DE; }
span { border-color: rgb(203,209,222); }
td.TdClassName
{
border-color: #CBD1DE;
}
.TagClassName
{
border-color: #CBD1DE;
}
</style>