Shades of Link Water #CBCCD0
Tints of Link Water #CBCCD0
RGB
CMYK
RGB Variations
Color information
#CBCCD0 (or 0xCBCCD0) is known color: Link Water. HEX triplet: CB, CC and D0. RGB value is (203,204,208). Sum of RGB (Red+Green+Blue) = 203+204+208=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD0 is #34332F. Grayscale: #CCCCCC. Windows color (decimal): -3420976 or 13683915. OLE color: 13683915.
HSL color Cylindrical-coordinate representation of color #CBCCD0: hue angle of 228º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBCCD0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 204 | 208 | - |
CMYK | 0.02 | 0.02 | 0 | 0.18 |
HSL | 228º | 0.05% | 0.81% | - |
HSV(B) | 228º | 0.02% | 0.82% | - |
XYZ | 57.61 | 60.44 | 68.3 | - |
YUV | 204.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 204 | 208 | 0.02 | 0.02 | 0 | 0.18 | 228 | 0.05 | 0.81 |
Hex | CB | CC | D0 | 2 | 2 | 0 | 12 | E4 | 5 | 51 |
Octal | 313 | 314 | 320 | 2 | 2 | 0 | 22 | 344 | 5 | 121 |
Binary | 11001011 | 11001100 | 11010000 | 10 | 10 | 0 | 10010 | 11100100 | 101 | 1010001 |
Color Harmonies of #CBCCD0
Complementary color
Monochromatic Colors of #CBCCD0
Black with #CBCCD0
Text Example
Text Example
White with #CBCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCD0; }
p { color: rgb(203,204,208); }
H1.HeaderClassName
{
color: #CBCCD0;
}
.AnyTagClassName
{
color: #CBCCD0;
}
</style>
background-color css
<style>
a { background-color: #CBCCD0; }
a { background-color: rgb(203,204,208); }
div.DivClassName
{
background-color: #CBCCD0;
}
.BgClassName
{
background-color: #CBCCD0;
}
</style>
border-color css
<style>
span { border-color: #CBCCD0; }
span { border-color: rgb(203,204,208); }
td.TdClassName
{
border-color: #CBCCD0;
}
.TagClassName
{
border-color: #CBCCD0;
}
</style>