#C2CFD3

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

Shades of Iron #C2CFD3

Tints of Iron #C2CFD3

Color information

#C2CFD3 (or 0xC2CFD3) is unknown color: approx Iron. HEX triplet: C2, CF and D3. RGB value is (194,207,211). Sum of RGB (Red+Green+Blue) = 194+207+211=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2CFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CFD3 is #3D302C. Grayscale: #CBCBCB. Windows color (decimal): -4010029 or 13881282. OLE color: 13881282.

HSL color Cylindrical-coordinate representation of color #C2CFD3: hue angle of 194.12º 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 #C2CFD3 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194207211-
CMYK0.080.0200.17
HSL194.12º16.19%79.41%-
HSV(B)194.12º8.06%82.75%-
XYZ56.3260.870.39-
YUV203.57132.19121.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.70%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 211 (82.81% from 255) = 34.48%
R=31.70%
G=33.82%
B=34.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942072110.080.0200.17194.1216.1979.41
HexC2CFD382011c2104f
Octal30231732310202130220117
Binary11000010110011111101001110001001000111000010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CFD3; }

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

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

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

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

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

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

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

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