#C3CBDB

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

Shades of Link Water #C3CBDB

Tints of Link Water #C3CBDB

Color information

#C3CBDB (or 0xC3CBDB) is unknown color: approx Link Water. HEX triplet: C3, CB and DB. RGB value is (195,203,219). Sum of RGB (Red+Green+Blue) = 195+203+219=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBDB is #3C3424. Grayscale: #CACACA. Windows color (decimal): -3945509 or 14404547. OLE color: 14404547.

HSL color Cylindrical-coordinate representation of color #C3CBDB: hue angle of 220º degrees, saturation: 0.25, 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 #C3CBDB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195203219-
CMYK0.110.0700.14
HSL220º25%81.18%-
HSV(B)220º10.96%85.88%-
XYZ56.6559.4375.5-
YUV202.43137.35122.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.60%
GREEN value IS 203 (79.69% from 255) = 32.90%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=31.60%
G=32.90%
B=35.49%

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
Decimal1952032190.110.0700.142202581.18
HexC3CBDBB70Edc1951
Octal30331333313701633431121
Binary11000011110010111101101110111110111011011100110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBDB; }

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

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

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

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

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

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

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

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