#D3C7DF

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

Shades of Fog #D3C7DF

Tints of Fog #D3C7DF

Color information

#D3C7DF (or 0xD3C7DF) is unknown color: approx Fog. HEX triplet: D3, C7 and DF. RGB value is (211,199,223). Sum of RGB (Red+Green+Blue) = 211+199+223=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 223 - color contains mainly: blue. Hex color #D3C7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C7DF is #2C3820. Grayscale: #CDCDCD. Windows color (decimal): -2897953 or 14665683. OLE color: 14665683.

HSL color Cylindrical-coordinate representation of color #D3C7DF: hue angle of 270º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3C7DF is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB211199223-
CMYK0.050.1100.13
HSL270º27.27%82.75%-
HSV(B)270º10.76%87.45%-
XYZ60.6160.0278.2-
YUV205.32137.98132.05-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.33%
GREEN value IS 199 (78.12% from 255) = 31.44%
BLUE value IS 223 (87.5% from 255) = 35.23%
R=33.33%
G=31.44%
B=35.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111992230.050.1100.1327027.2782.75
HexD3C7DF5B0D10e1b53
Octal32330733751301541633123
Binary110100111100011111011111101101101101100001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C7DF; }

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

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

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

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

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

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

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

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