Shades of Link Water #CBD3DD
Tints of Link Water #CBD3DD
RGB
CMYK
RGB Variations
Color information
#CBD3DD (or 0xCBD3DD) is known color: Link Water. HEX triplet: CB, D3 and DD. RGB value is (203,211,221). Sum of RGB (Red+Green+Blue) = 203+211+221=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBD3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD3DD is #342C22. Grayscale: #D1D1D1. Windows color (decimal): -3419171 or 14537675. OLE color: 14537675.
HSL color Cylindrical-coordinate representation of color #CBD3DD: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBD3DD is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 203 | 211 | 221 | - |
CMYK | 0.08 | 0.05 | 0 | 0.13 |
HSL | 213.33º | 0.21% | 0.83% | - |
HSV(B) | 213.33º | 0.08% | 0.87% | - |
XYZ | 60.97 | 64.51 | 77.64 | - |
YUV | 209.75 | 134.35 | 123.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 211 | 221 | 0.08 | 0.05 | 0 | 0.13 | 213.33 | 0.21 | 0.83 |
Hex | CB | D3 | DD | 8 | 5 | 0 | D | D5 | 15 | 53 |
Octal | 313 | 323 | 335 | 10 | 5 | 0 | 15 | 325 | 25 | 123 |
Binary | 11001011 | 11010011 | 11011101 | 1000 | 101 | 0 | 1101 | 11010101 | 10101 | 1010011 |
Color Harmonies of #CBD3DD
Complementary color
Monochromatic Colors of #CBD3DD
Black with #CBD3DD
Text Example
Text Example
White with #CBD3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3DD; }
p { color: rgb(203,211,221); }
H1.HeaderClassName
{
color: #CBD3DD;
}
.AnyTagClassName
{
color: #CBD3DD;
}
</style>
background-color css
<style>
a { background-color: #CBD3DD; }
a { background-color: rgb(203,211,221); }
div.DivClassName
{
background-color: #CBD3DD;
}
.BgClassName
{
background-color: #CBD3DD;
}
</style>
border-color css
<style>
span { border-color: #CBD3DD; }
span { border-color: rgb(203,211,221); }
td.TdClassName
{
border-color: #CBD3DD;
}
.TagClassName
{
border-color: #CBD3DD;
}
</style>