#C3CED2

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

Shades of Iron #C3CED2

Tints of Iron #C3CED2

Color information

#C3CED2 (or 0xC3CED2) is unknown color: approx Iron. HEX triplet: C3, CE and D2. RGB value is (195,206,210). Sum of RGB (Red+Green+Blue) = 195+206+210=611 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.91% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CED2 is #3C312D. Grayscale: #CBCBCB. Windows color (decimal): -3944750 or 13815491. OLE color: 13815491.

HSL color Cylindrical-coordinate representation of color #C3CED2: hue angle of 196º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3CED2 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB195206210-
CMYK0.070.0200.18
HSL196º14.29%79.41%-
HSV(B)196º7.14%82.35%-
XYZ56.2160.469.67-
YUV203.17131.86122.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.91%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 210 (82.42% from 255) = 34.37%
R=31.91%
G=33.72%
B=34.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952062100.070.0200.1819614.2979.41
HexC3CED272012c4e4f
Octal3033163227202230416117
Binary110000111100111011010010111100100101100010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CED2; }

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

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

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

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

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

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

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

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