#D4B7EB

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

Shades of Fog #D4B7EB

Tints of Fog #D4B7EB

Color information

#D4B7EB (or 0xD4B7EB) is unknown color: approx Fog. HEX triplet: D4, B7 and EB. RGB value is (212,183,235). Sum of RGB (Red+Green+Blue) = 212+183+235=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4B7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B7EB is #2B4814. Grayscale: #C5C5C5. Windows color (decimal): -2836501 or 15448020. OLE color: 15448020.

HSL color Cylindrical-coordinate representation of color #D4B7EB: hue angle of 273.46º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4B7EB is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212183235-
CMYK0.100.2200.08
HSL273.46º56.52%81.96%-
HSV(B)273.46º22.13%92.16%-
XYZ59.0853.8685.88-
YUV197.6149.11138.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.65%
GREEN value IS 183 (71.88% from 255) = 29.05%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=33.65%
G=29.05%
B=37.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121832350.100.2200.08273.4656.5281.96
HexD4B7EBA16081113952
Octal324267353122601042171122
Binary110101001011011111101011101010110010001000100011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B7EB; }

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

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

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

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

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

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

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

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