#D4C2F7

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

Shades of Fog #D4C2F7

Tints of Fog #D4C2F7

Color information

#D4C2F7 (or 0xD4C2F7) is unknown color: approx Fog. HEX triplet: D4, C2 and F7. RGB value is (212,194,247). Sum of RGB (Red+Green+Blue) = 212+194+247=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 194 (76.17% from 255 or 29.71% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4C2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C2F7 is #2B3D08. Grayscale: #CDCDCD. Windows color (decimal): -2833673 or 16237268. OLE color: 16237268.

HSL color Cylindrical-coordinate representation of color #D4C2F7: hue angle of 260.38º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4C2F7 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB212194247-
CMYK0.140.2100.03
HSL260.38º76.81%86.47%-
HSV(B)260.38º21.46%96.86%-
XYZ63.2359.396.11-
YUV205.42151.46132.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.47%
GREEN value IS 194 (76.17% from 255) = 29.71%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=32.47%
G=29.71%
B=37.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2121942470.140.2100.03260.3876.8186.47
HexD4C2F7E15031044d56
Octal324302367162503404115126
Binary11010100110000101111011111101010101110000010010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C2F7; }

 p { color: rgb(212,194,247); }

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

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

 a { background-color: rgb(212,194,247); }

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

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

 span { border-color: rgb(212,194,247); }

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