#C5D0D2

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

Shades of Iron #C5D0D2

Tints of Iron #C5D0D2

Color information

#C5D0D2 (or 0xC5D0D2) is unknown color: approx Iron. HEX triplet: C5, D0 and D2. RGB value is (197,208,210). Sum of RGB (Red+Green+Blue) = 197+208+210=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5D0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D0D2 is #3A2F2D. Grayscale: #CCCCCC. Windows color (decimal): -3813166 or 13816005. OLE color: 13816005.

HSL color Cylindrical-coordinate representation of color #C5D0D2: hue angle of 189.23º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5D0D2 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197208210-
CMYK0.060.0100.18
HSL189.23º12.62%79.8%-
HSV(B)189.23º6.19%82.35%-
XYZ57.2161.6469.85-
YUV204.94130.86122.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.03%
GREEN value IS 208 (81.64% from 255) = 33.82%
BLUE value IS 210 (82.42% from 255) = 34.15%
R=32.03%
G=33.82%
B=34.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972082100.060.0100.18189.2312.6279.8
HexC5D0D261012bdd50
Octal3053203226102227515120
Binary11000101110100001101001011010100101011110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D0D2; }

 p { color: rgb(197,208,210); }

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

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

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

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

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

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

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