#D3C7DC

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

Shades of Fog #D3C7DC

Tints of Fog #D3C7DC

Color information

#D3C7DC (or 0xD3C7DC) is unknown color: approx Fog. HEX triplet: D3, C7 and DC. RGB value is (211,199,220). Sum of RGB (Red+Green+Blue) = 211+199+220=630 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.49% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7DC is #2C3823. Grayscale: #CCCCCC. Windows color (decimal): -2897956 or 14469075. OLE color: 14469075.

HSL color Cylindrical-coordinate representation of color #D3C7DC: hue angle of 274.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3C7DC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211199220-
CMYK0.040.1000.14
HSL274.29º23.08%82.16%-
HSV(B)274.29º9.55%86.27%-
XYZ60.2159.8676.09-
YUV204.98136.48132.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.49%
GREEN value IS 199 (78.12% from 255) = 31.59%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=33.49%
G=31.59%
B=34.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111992200.040.1000.14274.2923.0882.16
HexD3C7DC4A0E1121752
Octal32330733441201642227122
Binary110100111100011111011100100101001110100010010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C7DC; }

 p { color: rgb(211,199,220); }

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

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

 a { background-color: rgb(211,199,220); }

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

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

 span { border-color: rgb(211,199,220); }

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