#D4BFE5

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

Shades of Fog #D4BFE5

Tints of Fog #D4BFE5

Color information

#D4BFE5 (or 0xD4BFE5) is unknown color: approx Fog. HEX triplet: D4, BF and E5. RGB value is (212,191,229). Sum of RGB (Red+Green+Blue) = 212+191+229=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 229 - color contains mainly: blue. Hex color #D4BFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFE5 is #2B401A. Grayscale: #C9C9C9. Windows color (decimal): -2834459 or 15056852. OLE color: 15056852.

HSL color Cylindrical-coordinate representation of color #D4BFE5: hue angle of 273.16º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4BFE5 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB212191229-
CMYK0.070.1700.10
HSL273.16º42.22%82.35%-
HSV(B)273.16º16.59%89.8%-
XYZ59.9356.9281.96-
YUV201.61143.46135.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.54%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 229 (89.84% from 255) = 36.23%
R=33.54%
G=30.22%
B=36.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2121912290.070.1700.10273.1642.2282.35
HexD4BFE57110A1112a52
Octal32427734572101242152122
Binary11010100101111111110010111110001010101000100011010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BFE5; }

 p { color: rgb(212,191,229); }

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

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

 a { background-color: rgb(212,191,229); }

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

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

 span { border-color: rgb(212,191,229); }

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