#D6C3EE

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

Shades of Fog #D6C3EE

Tints of Fog #D6C3EE

Color information

#D6C3EE (or 0xD6C3EE) is unknown color: approx Fog. HEX triplet: D6, C3 and EE. RGB value is (214,195,238). Sum of RGB (Red+Green+Blue) = 214+195+238=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 195 (76.56% from 255 or 30.14% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C3EE is #293C11. Grayscale: #CDCDCD. Windows color (decimal): -2702354 or 15647702. OLE color: 15647702.

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

Color convert

RGB214195238-
CMYK0.100.1800.07
HSL266.51º55.84%84.9%-
HSV(B)266.51º18.07%93.33%-
XYZ62.6859.589.07-
YUV205.58146.29134-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.08%
GREEN value IS 195 (76.56% from 255) = 30.14%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=33.08%
G=30.14%
B=36.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141952380.100.1800.07266.5155.8484.9
HexD6C3EEA120710b3855
Octal32630335612220741370125
Binary11010110110000111110111010101001001111000010111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3EE; }

 p { color: rgb(214,195,238); }

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

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

 a { background-color: rgb(214,195,238); }

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

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

 span { border-color: rgb(214,195,238); }

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