#C2C5D3

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

Shades of Link Water #C2C5D3

Tints of Link Water #C2C5D3

Color information

#C2C5D3 (or 0xC2C5D3) is unknown color: approx Link Water. HEX triplet: C2, C5 and D3. RGB value is (194,197,211). Sum of RGB (Red+Green+Blue) = 194+197+211=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 197 (77.34% from 255 or 32.72% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2C5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C5D3 is #3D3A2C. Grayscale: #C5C5C5. Windows color (decimal): -4012589 or 13878722. OLE color: 13878722.

HSL color Cylindrical-coordinate representation of color #C2C5D3: hue angle of 229.41º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2C5D3 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194197211-
CMYK0.080.0700.17
HSL229.41º16.19%79.41%-
HSV(B)229.41º8.06%82.75%-
XYZ53.9756.169.61-
YUV197.7135.51125.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.23%
GREEN value IS 197 (77.34% from 255) = 32.72%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=32.23%
G=32.72%
B=35.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1941972110.080.0700.17229.4116.1979.41
HexC2C5D387011e5104f
Octal30230532310702134520117
Binary110000101100010111010011100011101000111100101100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C5D3; }

 p { color: rgb(194,197,211); }

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

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

 a { background-color: rgb(194,197,211); }

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

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

 span { border-color: rgb(194,197,211); }

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