Shades of Link Water #CBCCD3
Tints of Link Water #CBCCD3
RGB
CMYK
RGB Variations
Color information
#CBCCD3 (or 0xCBCCD3) is known color: Link Water. HEX triplet: CB, CC and D3. RGB value is (203,204,211). Sum of RGB (Red+Green+Blue) = 203+204+211=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBCCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD3 is #34332C. Grayscale: #CCCCCC. Windows color (decimal): -3420973 or 13880523. OLE color: 13880523.
HSL color Cylindrical-coordinate representation of color #CBCCD3: hue angle of 232.5º 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 #CBCCD3 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 204 | 211 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.17 |
| HSL | 232.5º | 0.08% | 0.81% | - |
| HSV(B) | 232.5º | 0.04% | 0.83% | - |
| XYZ | 57.98 | 60.59 | 70.27 | - |
| YUV | 204.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 204 | 211 | 0.04 | 0.03 | 0 | 0.17 | 232.5 | 0.08 | 0.81 |
| Hex | CB | CC | D3 | 4 | 3 | 0 | 11 | E8 | 8 | 51 |
| Octal | 313 | 314 | 323 | 4 | 3 | 0 | 21 | 350 | 10 | 121 |
| Binary | 11001011 | 11001100 | 11010011 | 100 | 11 | 0 | 10001 | 11101000 | 1000 | 1010001 |
Color Harmonies of #CBCCD3
Complementary color
Monochromatic Colors of #CBCCD3
Black with #CBCCD3
Text Example
Text Example
White with #CBCCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCCD3; }
p { color: rgb(203,204,211); }
H1.HeaderClassName
{
color: #CBCCD3;
}
.AnyTagClassName
{
color: #CBCCD3;
}
</style>
background-color css
<style>
a { background-color: #CBCCD3; }
a { background-color: rgb(203,204,211); }
div.DivClassName
{
background-color: #CBCCD3;
}
.BgClassName
{
background-color: #CBCCD3;
}
</style>
border-color css
<style>
span { border-color: #CBCCD3; }
span { border-color: rgb(203,204,211); }
td.TdClassName
{
border-color: #CBCCD3;
}
.TagClassName
{
border-color: #CBCCD3;
}
</style>