#D5BFEE

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

Shades of Fog #D5BFEE

Tints of Fog #D5BFEE

Color information

#D5BFEE (or 0xD5BFEE) is unknown color: approx Fog. HEX triplet: D5, BF and EE. RGB value is (213,191,238). Sum of RGB (Red+Green+Blue) = 213+191+238=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BFEE is #2A4011. Grayscale: #CACACA. Windows color (decimal): -2768914 or 15646677. OLE color: 15646677.

HSL color Cylindrical-coordinate representation of color #D5BFEE: hue angle of 268.09º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5BFEE is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213191238-
CMYK0.110.2000.07
HSL268.09º58.02%84.12%-
HSV(B)268.09º19.75%93.33%-
XYZ61.557.5888.76-
YUV202.94147.79135.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.18%
GREEN value IS 191 (75% from 255) = 29.75%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=33.18%
G=29.75%
B=37.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131912380.110.2000.07268.0958.0284.12
HexD5BFEEB140710c3a54
Octal32527735613240741472124
Binary11010101101111111110111010111010001111000011001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BFEE; }

 p { color: rgb(213,191,238); }

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

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

 a { background-color: rgb(213,191,238); }

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

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

 span { border-color: rgb(213,191,238); }

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