#C3CDD5

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

Shades of Link Water #C3CDD5

Tints of Link Water #C3CDD5

Color information

#C3CDD5 (or 0xC3CDD5) is unknown color: approx Link Water. HEX triplet: C3, CD and D5. RGB value is (195,205,213). Sum of RGB (Red+Green+Blue) = 195+205+213=613 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.81% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 213 - color contains mainly: blue. Hex color #C3CDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDD5 is #3C322A. Grayscale: #CACACA. Windows color (decimal): -3945003 or 14011843. OLE color: 14011843.

HSL color Cylindrical-coordinate representation of color #C3CDD5: hue angle of 206.67º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C3CDD5 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195205213-
CMYK0.080.0400.16
HSL206.67º17.65%80%-
HSV(B)206.67º8.45%83.53%-
XYZ56.3560.0771.58-
YUV202.92133.69122.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.81%
GREEN value IS 205 (80.47% from 255) = 33.44%
BLUE value IS 213 (83.59% from 255) = 34.75%
R=31.81%
G=33.44%
B=34.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1952052130.080.0400.16206.6717.6580
HexC3CDD584010cf1250
Octal30331532510402031722120
Binary110000111100110111010101100010001000011001111100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDD5; }

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

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

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

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

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

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

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

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