Shades of Link Water #CBCDD3
Tints of Link Water #CBCDD3
RGB
CMYK
RGB Variations
Color information
#CBCDD3 (or 0xCBCDD3) is known color: Link Water. HEX triplet: CB, CD and D3. RGB value is (203,205,211). Sum of RGB (Red+Green+Blue) = 203+205+211=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 205 (80.47% from 255 or 33.12% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBCDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDD3 is #34322C. Grayscale: #CDCDCD. Windows color (decimal): -3420717 or 13880779. OLE color: 13880779.
HSL color Cylindrical-coordinate representation of color #CBCDD3: hue angle of 225º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBCDD3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 203 | 205 | 211 | - |
CMYK | 0.04 | 0.03 | 0 | 0.17 |
HSL | 225º | 0.08% | 0.81% | - |
HSV(B) | 225º | 0.04% | 0.83% | - |
XYZ | 58.22 | 61.06 | 70.35 | - |
YUV | 205.09 | 131.34 | 126.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 211 | 0.04 | 0.03 | 0 | 0.17 | 225 | 0.08 | 0.81 |
Hex | CB | CD | D3 | 4 | 3 | 0 | 11 | E1 | 8 | 51 |
Octal | 313 | 315 | 323 | 4 | 3 | 0 | 21 | 341 | 10 | 121 |
Binary | 11001011 | 11001101 | 11010011 | 100 | 11 | 0 | 10001 | 11100001 | 1000 | 1010001 |
Color Harmonies of #CBCDD3
Complementary color
Monochromatic Colors of #CBCDD3
Black with #CBCDD3
Text Example
Text Example
White with #CBCDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDD3; }
p { color: rgb(203,205,211); }
H1.HeaderClassName
{
color: #CBCDD3;
}
.AnyTagClassName
{
color: #CBCDD3;
}
</style>
background-color css
<style>
a { background-color: #CBCDD3; }
a { background-color: rgb(203,205,211); }
div.DivClassName
{
background-color: #CBCDD3;
}
.BgClassName
{
background-color: #CBCDD3;
}
</style>
border-color css
<style>
span { border-color: #CBCDD3; }
span { border-color: rgb(203,205,211); }
td.TdClassName
{
border-color: #CBCDD3;
}
.TagClassName
{
border-color: #CBCDD3;
}
</style>