#D4C4EF

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

Shades of Fog #D4C4EF

Tints of Fog #D4C4EF

Color information

#D4C4EF (or 0xD4C4EF) is unknown color: approx Fog. HEX triplet: D4, C4 and EF. RGB value is (212,196,239). Sum of RGB (Red+Green+Blue) = 212+196+239=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 196 (76.95% from 255 or 30.29% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #D4C4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C4EF is #2B3B10. Grayscale: #CDCDCD. Windows color (decimal): -2833169 or 15713492. OLE color: 15713492.

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

Color convert

RGB212196239-
CMYK0.110.1800.06
HSL262.33º57.33%85.29%-
HSV(B)262.33º17.99%93.73%-
XYZ62.4759.7189.89-
YUV205.69146.8132.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.77%
GREEN value IS 196 (76.95% from 255) = 30.29%
BLUE value IS 239 (93.75% from 255) = 36.94%
R=32.77%
G=30.29%
B=36.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2121962390.110.1800.06262.3357.3385.29
HexD4C4EFB12061063955
Octal32430435713220640671125
Binary11010100110001001110111110111001001101000001101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C4EF; }

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

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

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

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

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

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

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

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