#C3CDDD

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

Shades of Link Water #C3CDDD

Tints of Link Water #C3CDDD

Color information

#C3CDDD (or 0xC3CDDD) is unknown color: approx Link Water. HEX triplet: C3, CD and DD. RGB value is (195,205,221). Sum of RGB (Red+Green+Blue) = 195+205+221=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDD is #3C3222. Grayscale: #CBCBCB. Windows color (decimal): -3944995 or 14536131. OLE color: 14536131.

HSL color Cylindrical-coordinate representation of color #C3CDDD: hue angle of 216.92º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3CDDD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195205221-
CMYK0.120.0700.13
HSL216.92º27.66%81.57%-
HSV(B)216.92º11.76%86.67%-
XYZ57.3960.4977.06-
YUV203.83137.69121.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.40%
GREEN value IS 205 (80.47% from 255) = 33.01%
BLUE value IS 221 (86.72% from 255) = 35.59%
R=31.40%
G=33.01%
B=35.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952052210.120.0700.13216.9227.6681.57
HexC3CDDDC70Dd91c52
Octal30331533514701533134122
Binary11000011110011011101110111001110110111011001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDDD; }

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

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

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

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

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

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

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

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