#D4B9EE

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

Shades of Fog #D4B9EE

Tints of Fog #D4B9EE

Color information

#D4B9EE (or 0xD4B9EE) is unknown color: approx Fog. HEX triplet: D4, B9 and EE. RGB value is (212,185,238). Sum of RGB (Red+Green+Blue) = 212+185+238=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B9EE is #2B4611. Grayscale: #C6C6C6. Windows color (decimal): -2835986 or 15645140. OLE color: 15645140.

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

Color convert

RGB212185238-
CMYK0.110.2200.07
HSL270.57º60.92%82.94%-
HSV(B)270.57º22.27%93.33%-
XYZ59.9354.8788.32-
YUV199.12149.95137.19-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 185 (72.66% from 255) = 29.13%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=33.39%
G=29.13%
B=37.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121852380.110.2200.07270.5760.9282.94
HexD4B9EEB160710f3d53
Octal32427135613260741775123
Binary11010100101110011110111010111011001111000011111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B9EE; }

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

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

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

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

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

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

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

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