#C3D2E3

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

Shades of Link Water #C3D2E3

Tints of Link Water #C3D2E3

Color information

#C3D2E3 (or 0xC3D2E3) is unknown color: approx Link Water. HEX triplet: C3, D2 and E3. RGB value is (195,210,227). Sum of RGB (Red+Green+Blue) = 195+210+227=632 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.85% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 227 - color contains mainly: blue. Hex color #C3D2E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2E3 is #3C2D1C. Grayscale: #CFCFCF. Windows color (decimal): -3943709 or 14930627. OLE color: 14930627.

HSL color Cylindrical-coordinate representation of color #C3D2E3: hue angle of 211.88º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3D2E3 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB195210227-
CMYK0.140.0700.11
HSL211.88º36.36%82.75%-
HSV(B)211.88º14.1%89.02%-
XYZ59.4263.2481.75-
YUV207.45139.03119.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.85%
GREEN value IS 210 (82.42% from 255) = 33.23%
BLUE value IS 227 (89.06% from 255) = 35.92%
R=30.85%
G=33.23%
B=35.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1952102270.140.0700.11211.8836.3682.75
HexC3D2E3E70Bd42453
Octal30332234316701332444123
Binary110000111101001011100011111011101011110101001001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2E3; }

 p { color: rgb(195,210,227); }

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

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

 a { background-color: rgb(195,210,227); }

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

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

 span { border-color: rgb(195,210,227); }

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