#C3CCDB

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

Shades of Link Water #C3CCDB

Tints of Link Water #C3CCDB

Color information

#C3CCDB (or 0xC3CCDB) is unknown color: approx Link Water. HEX triplet: C3, CC and DB. RGB value is (195,204,219). Sum of RGB (Red+Green+Blue) = 195+204+219=618 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.55% from 618); Green value is 204 (80.08% from 255 or 33.01% 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 #C3CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCDB is #3C3324. Grayscale: #CACACA. Windows color (decimal): -3945253 or 14404803. OLE color: 14404803.

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

Color convert

RGB195204219-
CMYK0.110.0700.14
HSL217.5º25%81.18%-
HSV(B)217.5º10.96%85.88%-
XYZ56.8859.975.58-
YUV203.02137.02122.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.55%
GREEN value IS 204 (80.08% from 255) = 33.01%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=31.55%
G=33.01%
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
Decimal1952042190.110.0700.14217.52581.18
HexC3CCDBB70Eda1951
Octal30331433313701633231121
Binary11000011110011001101101110111110111011011010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CCDB; }

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

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

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

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

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

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

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

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