#D6C1EF

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

Shades of Fog #D6C1EF

Tints of Fog #D6C1EF

Color information

#D6C1EF (or 0xD6C1EF) is unknown color: approx Fog. HEX triplet: D6, C1 and EF. RGB value is (214,193,239). Sum of RGB (Red+Green+Blue) = 214+193+239=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 193 (75.78% from 255 or 29.88% 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 #D6C1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C1EF is #293E10. Grayscale: #CCCCCC. Windows color (decimal): -2702865 or 15712726. OLE color: 15712726.

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

Color convert

RGB214193239-
CMYK0.100.1900.06
HSL267.39º58.97%84.71%-
HSV(B)267.39º19.25%93.73%-
XYZ62.3858.6789.7-
YUV204.52147.46134.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.13%
GREEN value IS 193 (75.78% from 255) = 29.88%
BLUE value IS 239 (93.75% from 255) = 37.00%
R=33.13%
G=29.88%
B=37.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141932390.100.1900.06267.3958.9784.71
HexD6C1EFA130610b3b55
Octal32630135712230641373125
Binary11010110110000011110111110101001101101000010111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1EF; }

 p { color: rgb(214,193,239); }

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

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

 a { background-color: rgb(214,193,239); }

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

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

 span { border-color: rgb(214,193,239); }

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