#D9C3EF

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

Shades of Fog #D9C3EF

Tints of Fog #D9C3EF

Color information

#D9C3EF (or 0xD9C3EF) is unknown color: approx Fog. HEX triplet: D9, C3 and EF. RGB value is (217,195,239). Sum of RGB (Red+Green+Blue) = 217+195+239=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 195 (76.56% from 255 or 29.95% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9C3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C3EF is #263C10. Grayscale: #CECECE. Windows color (decimal): -2505745 or 15713241. OLE color: 15713241.

HSL color Cylindrical-coordinate representation of color #D9C3EF: hue angle of 270º degrees, saturation: 0.58, 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 #D9C3EF is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217195239-
CMYK0.090.1800.06
HSL270º57.89%85.1%-
HSV(B)270º18.41%93.73%-
XYZ63.7160.0189.89-
YUV206.59146.29135.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 29.95%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=33.33%
G=29.95%
B=36.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171952390.090.1800.0627057.8985.1
HexD9C3EF9120610e3a55
Octal33130335711220641672125
Binary11011001110000111110111110011001001101000011101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C3EF; }

 p { color: rgb(217,195,239); }

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

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

 a { background-color: rgb(217,195,239); }

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

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

 span { border-color: rgb(217,195,239); }

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