#D4B7EE

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

Shades of Fog #D4B7EE

Tints of Fog #D4B7EE

Color information

#D4B7EE (or 0xD4B7EE) is unknown color: approx Fog. HEX triplet: D4, B7 and EE. RGB value is (212,183,238). Sum of RGB (Red+Green+Blue) = 212+183+238=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 183 (71.88% from 255 or 28.91% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B7EE is #2B4811. Grayscale: #C5C5C5. Windows color (decimal): -2836498 or 15644628. OLE color: 15644628.

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

Color convert

RGB212183238-
CMYK0.110.2300.07
HSL271.64º61.8%82.55%-
HSV(B)271.64º23.11%93.33%-
XYZ59.5254.0488.18-
YUV197.94150.61138.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.49%
GREEN value IS 183 (71.88% from 255) = 28.91%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=33.49%
G=28.91%
B=37.60%

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
Decimal2121832380.110.2300.07271.6461.882.55
HexD4B7EEB17071103e53
Octal32426735613270742076123
Binary11010100101101111110111010111011101111000100001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B7EE; }

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

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

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

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

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

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

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

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