#C1D2D2

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

Shades of Iron #C1D2D2

Tints of Iron #C1D2D2

Color information

#C1D2D2 (or 0xC1D2D2) is unknown color: approx Iron. HEX triplet: C1, D2 and D2. RGB value is (193,210,210). Sum of RGB (Red+Green+Blue) = 193+210+210=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 210 - color contains mainly: green, blue. Hex color #C1D2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D2D2 is #3E2D2D. Grayscale: #CCCCCC. Windows color (decimal): -4074798 or 13816513. OLE color: 13816513.

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

Color convert

RGB193210210-
CMYK0.08000.18
HSL180º15.89%79.02%-
HSV(B)180º8.1%82.35%-
XYZ56.6762.0869.97-
YUV204.92130.87119.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.48%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 210 (82.42% from 255) = 34.26%
R=31.48%
G=34.26%
B=34.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932102100.08000.1818015.8979.02
HexC1D2D280012b4104f
Octal30132232210002226420117
Binary1100000111010010110100101000001001010110100100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D2D2; }

 p { color: rgb(193,210,210); }

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

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

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

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

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

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

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