#C3CDDE

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

Shades of Link Water #C3CDDE

Tints of Link Water #C3CDDE

Color information

#C3CDDE (or 0xC3CDDE) is unknown color: approx Link Water. HEX triplet: C3, CD and DE. RGB value is (195,205,222). Sum of RGB (Red+Green+Blue) = 195+205+222=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3CDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDDE is #3C3221. Grayscale: #CBCBCB. Windows color (decimal): -3944994 or 14601667. OLE color: 14601667.

HSL color Cylindrical-coordinate representation of color #C3CDDE: hue angle of 217.78º degrees, saturation: 0.29, 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 #C3CDDE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB195205222-
CMYK0.120.0800.13
HSL217.78º29.03%81.76%-
HSV(B)217.78º12.16%87.06%-
XYZ57.5260.5477.76-
YUV203.95138.19121.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=31.35%
G=32.96%
B=35.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952052220.120.0800.13217.7829.0381.76
HexC3CDDEC80Dda1d52
Octal303315336141001533235122
Binary110000111100110111011110110010000110111011010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CDDE; }

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

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

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

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

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

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

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

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