Shades of Link Water #CBCCD4
Tints of Link Water #CBCCD4
RGB
CMYK
RGB Variations
Color information
#CBCCD4 (or 0xCBCCD4) is known color: Link Water. HEX triplet: CB, CC and D4. RGB value is (203,204,212). Sum of RGB (Red+Green+Blue) = 203+204+212=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 212 (83.20% from 255 or 34.25% from 619); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD4 is #34332B. Grayscale: #CCCCCC. Windows color (decimal): -3420972 or 13946059. OLE color: 13946059.
HSL color Cylindrical-coordinate representation of color #CBCCD4: hue angle of 233.33º 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 #CBCCD4 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 203 | 204 | 212 | - |
CMYK | 0.04 | 0.04 | 0 | 0.17 |
HSL | 233.33º | 0.09% | 0.81% | - |
HSV(B) | 233.33º | 0.04% | 0.83% | - |
XYZ | 58.11 | 60.64 | 70.93 | - |
YUV | 204.61 | 132.17 | 126.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 212 | 0.04 | 0.04 | 0 | 0.17 | 233.33 | 0.09 | 0.81 |
Hex | CB | CC | D4 | 4 | 4 | 0 | 11 | E9 | 9 | 51 |
Octal | 313 | 314 | 324 | 4 | 4 | 0 | 21 | 351 | 11 | 121 |
Binary | 11001011 | 11001100 | 11010100 | 100 | 100 | 0 | 10001 | 11101001 | 1001 | 1010001 |
Color Harmonies of #CBCCD4
Complementary color
Monochromatic Colors of #CBCCD4
Black with #CBCCD4
Text Example
Text Example
White with #CBCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCD4; }
p { color: rgb(203,204,212); }
H1.HeaderClassName
{
color: #CBCCD4;
}
.AnyTagClassName
{
color: #CBCCD4;
}
</style>
background-color css
<style>
a { background-color: #CBCCD4; }
a { background-color: rgb(203,204,212); }
div.DivClassName
{
background-color: #CBCCD4;
}
.BgClassName
{
background-color: #CBCCD4;
}
</style>
border-color css
<style>
span { border-color: #CBCCD4; }
span { border-color: rgb(203,204,212); }
td.TdClassName
{
border-color: #CBCCD4;
}
.TagClassName
{
border-color: #CBCCD4;
}
</style>