#D4B8EE

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

Shades of Fog #D4B8EE

Tints of Fog #D4B8EE

Color information

#D4B8EE (or 0xD4B8EE) is unknown color: approx Fog. HEX triplet: D4, B8 and EE. RGB value is (212,184,238). Sum of RGB (Red+Green+Blue) = 212+184+238=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 184 (72.27% from 255 or 29.02% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4B8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B8EE is #2B4711. Grayscale: #C6C6C6. Windows color (decimal): -2836242 or 15644884. OLE color: 15644884.

HSL color Cylindrical-coordinate representation of color #D4B8EE: hue angle of 271.11º degrees, saturation: 0.61, 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 #D4B8EE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212184238-
CMYK0.110.2300.07
HSL271.11º61.36%82.75%-
HSV(B)271.11º22.69%93.33%-
XYZ59.7254.4588.25-
YUV198.53150.28137.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.44%
GREEN value IS 184 (72.27% from 255) = 29.02%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=33.44%
G=29.02%
B=37.54%

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
Decimal2121842380.110.2300.07271.1161.3682.75
HexD4B8EEB170710f3d53
Octal32427035613270741775123
Binary11010100101110001110111010111011101111000011111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B8EE; }

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

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

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

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

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

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

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

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