#D9BDEB

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

Shades of Fog #D9BDEB

Tints of Fog #D9BDEB

Color information

#D9BDEB (or 0xD9BDEB) is unknown color: approx Fog. HEX triplet: D9, BD and EB. RGB value is (217,189,235). Sum of RGB (Red+Green+Blue) = 217+189+235=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BDEB is #264214. Grayscale: #CACACA. Windows color (decimal): -2507285 or 15449561. OLE color: 15449561.

HSL color Cylindrical-coordinate representation of color #D9BDEB: hue angle of 276.52º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9BDEB is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217189235-
CMYK0.080.2000.08
HSL276.52º53.49%83.14%-
HSV(B)276.52º19.57%92.16%-
XYZ61.8157.1586.37-
YUV202.62146.28138.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=33.85%
G=29.49%
B=36.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171892350.080.2000.08276.5253.4983.14
HexD9BDEB814081153553
Octal331275353102401042565123
Binary110110011011110111101011100010100010001000101011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDEB; }

 p { color: rgb(217,189,235); }

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

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

 a { background-color: rgb(217,189,235); }

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

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

 span { border-color: rgb(217,189,235); }

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