#D3C1EC

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

Shades of Fog #D3C1EC

Tints of Fog #D3C1EC

Color information

#D3C1EC (or 0xD3C1EC) is unknown color: approx Fog. HEX triplet: D3, C1 and EC. RGB value is (211,193,236). Sum of RGB (Red+Green+Blue) = 211+193+236=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 193 (75.78% from 255 or 30.16% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3C1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C1EC is #2C3E13. Grayscale: #CBCBCB. Windows color (decimal): -2899476 or 15516115. OLE color: 15516115.

HSL color Cylindrical-coordinate representation of color #D3C1EC: hue angle of 265.12º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3C1EC is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211193236-
CMYK0.110.1800.07
HSL265.12º53.09%84.12%-
HSV(B)265.12º18.22%92.55%-
XYZ61.0758.0487.34-
YUV203.28146.46133.5-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.97%
GREEN value IS 193 (75.78% from 255) = 30.16%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=32.97%
G=30.16%
B=36.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111932360.110.1800.07265.1253.0984.12
HexD3C1ECB12071093554
Octal32330135413220741165124
Binary11010011110000011110110010111001001111000010011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C1EC; }

 p { color: rgb(211,193,236); }

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

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

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

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

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

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

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