#D4B7ED

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

Shades of Fog #D4B7ED

Tints of Fog #D4B7ED

Color information

#D4B7ED (or 0xD4B7ED) is unknown color: approx Fog. HEX triplet: D4, B7 and ED. RGB value is (212,183,237). Sum of RGB (Red+Green+Blue) = 212+183+237=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4B7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B7ED is #2B4812. Grayscale: #C5C5C5. Windows color (decimal): -2836499 or 15579092. OLE color: 15579092.

HSL color Cylindrical-coordinate representation of color #D4B7ED: hue angle of 272.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4B7ED is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212183237-
CMYK0.110.2300.07
HSL272.22º60%82.35%-
HSV(B)272.22º22.78%92.94%-
XYZ59.3753.9887.41-
YUV197.83150.11138.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.54%
GREEN value IS 183 (71.88% from 255) = 28.96%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=33.54%
G=28.96%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121832370.110.2300.07272.226082.35
HexD4B7EDB17071103c52
Octal32426735513270742074122
Binary11010100101101111110110110111011101111000100001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B7ED; }

 p { color: rgb(212,183,237); }

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

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

 a { background-color: rgb(212,183,237); }

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

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

 span { border-color: rgb(212,183,237); }

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