#CBCCD1

Color #CBCCD1 Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #CBCCD1

Tints of Link Water #CBCCD1

Color information

#CBCCD1 (or 0xCBCCD1) is unknown color: approx Link Water. HEX triplet: CB, CC and D1. RGB value is (203,204,209). Sum of RGB (Red+Green+Blue) = 203+204+209=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBCCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCD1 is #34332E. Grayscale: #CCCCCC. Windows color (decimal): -3420975 or 13749451. OLE color: 13749451.

HSL color Cylindrical-coordinate representation of color #CBCCD1: hue angle of 230º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBCCD1 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB203204209-
CMYK0.030.0200.18
HSL230º6.12%80.78%-
HSV(B)230º2.87%81.96%-
XYZ57.7360.4968.95-
YUV204.27130.67127.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 32.95%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=32.95%
G=33.12%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032042090.030.0200.182306.1280.78
HexCBCCD132012e6651
Octal313314321320223466121
Binary1100101111001100110100011110010010111001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCD1; }

 p { color: rgb(203,204,209); }

 H1.HeaderClassName
 {
   color: #CBCCD1;
 }
 .AnyTagClassName
 {
   color: #CBCCD1;
 }
</style>
background-color css

<style>
 a { background-color: #CBCCD1; }

 a { background-color: rgb(203,204,209); }

 div.DivClassName
 {
   background-color: #CBCCD1;
 }
 .BgClassName
 {
   background-color: #CBCCD1;
 }
</style>
border-color css

<style>
 span { border-color: #CBCCD1; }

 span { border-color: rgb(203,204,209); }

 td.TdClassName
 {
   border-color: #CBCCD1;
 }
 .TagClassName
 {
   border-color: #CBCCD1;
 }
</style>