#C4CBDB

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

Shades of Link Water #C4CBDB

Tints of Link Water #C4CBDB

Color information

#C4CBDB (or 0xC4CBDB) is unknown color: approx Link Water. HEX triplet: C4, CB and DB. RGB value is (196,203,219). Sum of RGB (Red+Green+Blue) = 196+203+219=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBDB is #3B3424. Grayscale: #CACACA. Windows color (decimal): -3879973 or 14404548. OLE color: 14404548.

HSL color Cylindrical-coordinate representation of color #C4CBDB: hue angle of 221.74º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4CBDB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196203219-
CMYK0.110.0700.14
HSL221.74º24.21%81.37%-
HSV(B)221.74º10.5%85.88%-
XYZ56.9159.5675.52-
YUV202.73137.18123.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.72%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=31.72%
G=32.85%
B=35.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962032190.110.0700.14221.7424.2181.37
HexC4CBDBB70Ede1851
Octal30431333313701633630121
Binary11000100110010111101101110111110111011011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CBDB; }

 p { color: rgb(196,203,219); }

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

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

 a { background-color: rgb(196,203,219); }

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

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

 span { border-color: rgb(196,203,219); }

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