#D3C4EF

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

Shades of Fog #D3C4EF

Tints of Fog #D3C4EF

Color information

#D3C4EF (or 0xD3C4EF) is unknown color: approx Fog. HEX triplet: D3, C4 and EF. RGB value is (211,196,239). Sum of RGB (Red+Green+Blue) = 211+196+239=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 196 (76.95% from 255 or 30.34% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3C4EF is #2C3B10. Grayscale: #CDCDCD. Windows color (decimal): -2898705 or 15713491. OLE color: 15713491.

HSL color Cylindrical-coordinate representation of color #D3C4EF: hue angle of 260.93º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3C4EF is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB211196239-
CMYK0.120.1800.06
HSL260.93º57.33%85.29%-
HSV(B)260.93º17.99%93.73%-
XYZ62.1859.5689.88-
YUV205.39146.97132-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.66%
GREEN value IS 196 (76.95% from 255) = 30.34%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=32.66%
G=30.34%
B=37.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2111962390.120.1800.06260.9357.3385.29
HexD3C4EFC12061053955
Octal32330435714220640571125
Binary11010011110001001110111111001001001101000001011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C4EF; }

 p { color: rgb(211,196,239); }

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

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

 a { background-color: rgb(211,196,239); }

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

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

 span { border-color: rgb(211,196,239); }

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