#D4C9EF

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

Shades of Fog #D4C9EF

Tints of Fog #D4C9EF

Color information

#D4C9EF (or 0xD4C9EF) is unknown color: approx Fog. HEX triplet: D4, C9 and EF. RGB value is (212,201,239). Sum of RGB (Red+Green+Blue) = 212+201+239=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 201 (78.91% from 255 or 30.83% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4C9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C9EF is #2B3610. Grayscale: #D0D0D0. Windows color (decimal): -2831889 or 15714772. OLE color: 15714772.

HSL color Cylindrical-coordinate representation of color #D4C9EF: hue angle of 257.37º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4C9EF is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB212201239-
CMYK0.110.1600.06
HSL257.37º54.29%86.27%-
HSV(B)257.37º15.9%93.73%-
XYZ63.626290.28-
YUV208.62145.14130.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.52%
GREEN value IS 201 (78.91% from 255) = 30.83%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=32.52%
G=30.83%
B=36.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122012390.110.1600.06257.3754.2986.27
HexD4C9EFB10061013656
Octal32431135713200640166126
Binary11010100110010011110111110111000001101000000011101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C9EF; }

 p { color: rgb(212,201,239); }

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

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

 a { background-color: rgb(212,201,239); }

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

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

 span { border-color: rgb(212,201,239); }

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