Shades of Link Water #CBCDD4
Tints of Link Water #CBCDD4
RGB
CMYK
RGB Variations
Color information
#CBCDD4 (or 0xCBCDD4) is known color: Link Water. HEX triplet: CB, CD and D4. RGB value is (203,205,212). Sum of RGB (Red+Green+Blue) = 203+205+212=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCDD4 is #34322B. Grayscale: #CDCDCD. Windows color (decimal): -3420716 or 13946315. OLE color: 13946315.
HSL color Cylindrical-coordinate representation of color #CBCDD4: hue angle of 226.67º degrees, saturation: 0.09, 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 #CBCDD4 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 203 | 205 | 212 | - |
CMYK | 0.04 | 0.03 | 0 | 0.17 |
HSL | 226.67º | 0.09% | 0.81% | - |
HSV(B) | 226.67º | 0.04% | 0.83% | - |
XYZ | 58.34 | 61.11 | 71.01 | - |
YUV | 205.2 | 131.84 | 126.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 205 | 212 | 0.04 | 0.03 | 0 | 0.17 | 226.67 | 0.09 | 0.81 |
Hex | CB | CD | D4 | 4 | 3 | 0 | 11 | E3 | 9 | 51 |
Octal | 313 | 315 | 324 | 4 | 3 | 0 | 21 | 343 | 11 | 121 |
Binary | 11001011 | 11001101 | 11010100 | 100 | 11 | 0 | 10001 | 11100011 | 1001 | 1010001 |
Color Harmonies of #CBCDD4
Complementary color
Monochromatic Colors of #CBCDD4
Black with #CBCDD4
Text Example
Text Example
White with #CBCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDD4; }
p { color: rgb(203,205,212); }
H1.HeaderClassName
{
color: #CBCDD4;
}
.AnyTagClassName
{
color: #CBCDD4;
}
</style>
background-color css
<style>
a { background-color: #CBCDD4; }
a { background-color: rgb(203,205,212); }
div.DivClassName
{
background-color: #CBCDD4;
}
.BgClassName
{
background-color: #CBCDD4;
}
</style>
border-color css
<style>
span { border-color: #CBCDD4; }
span { border-color: rgb(203,205,212); }
td.TdClassName
{
border-color: #CBCDD4;
}
.TagClassName
{
border-color: #CBCDD4;
}
</style>