#C3CDDC

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

Shades of Link Water #C3CDDC

Tints of Link Water #C3CDDC

Color information

#C3CDDC (or 0xC3CDDC) is unknown color: approx Link Water. HEX triplet: C3, CD and DC. RGB value is (195,205,220). Sum of RGB (Red+Green+Blue) = 195+205+220=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3CDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDC is #3C3223. Grayscale: #CBCBCB. Windows color (decimal): -3944996 or 14470595. OLE color: 14470595.

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

Color convert

RGB195205220-
CMYK0.110.0700.14
HSL216º26.32%81.37%-
HSV(B)216º11.36%86.27%-
XYZ57.2660.4376.36-
YUV203.72137.19121.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.45%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=31.45%
G=33.06%
B=35.48%

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
Decimal1952052200.110.0700.1421626.3281.37
HexC3CDDCB70Ed81a51
Octal30331533413701633032121
Binary11000011110011011101110010111110111011011000110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDDC; }

 p { color: rgb(195,205,220); }

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

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

 a { background-color: rgb(195,205,220); }

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

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

 span { border-color: rgb(195,205,220); }

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