#C6D1D1

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

Shades of Iron #C6D1D1

Tints of Iron #C6D1D1

Color information

#C6D1D1 (or 0xC6D1D1) is unknown color: approx Iron. HEX triplet: C6, D1 and D1. RGB value is (198,209,209). Sum of RGB (Red+Green+Blue) = 198+209+209=616 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.14% from 616); Green value is 209 (82.03% from 255 or 33.93% from 616); Blue value is 209 (82.03% from 255 or 33.93% from 616); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #C6D1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1D1 is #392E2E. Grayscale: #CDCDCD. Windows color (decimal): -3747375 or 13750726. OLE color: 13750726.

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

Color convert

RGB198209209-
CMYK0.05000.18
HSL180º10.68%79.8%-
HSV(B)180º5.26%81.96%-
XYZ57.662.2169.29-
YUV205.71129.86122.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.14%
GREEN value IS 209 (82.03% from 255) = 33.93%
BLUE value IS 209 (82.03% from 255) = 33.93%
R=32.14%
G=33.93%
B=33.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982092090.05000.1818010.6879.8
HexC6D1D150012b4b50
Octal3063213215002226413120
Binary11000110110100011101000110100100101011010010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D1D1; }

 p { color: rgb(198,209,209); }

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

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

 a { background-color: rgb(198,209,209); }

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

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

 span { border-color: rgb(198,209,209); }

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