#D9BDEE

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

Shades of Fog #D9BDEE

Tints of Fog #D9BDEE

Color information

#D9BDEE (or 0xD9BDEE) is unknown color: approx Fog. HEX triplet: D9, BD and EE. RGB value is (217,189,238). Sum of RGB (Red+Green+Blue) = 217+189+238=644 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.70% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BDEE is #264211. Grayscale: #CACACA. Windows color (decimal): -2507282 or 15646169. OLE color: 15646169.

HSL color Cylindrical-coordinate representation of color #D9BDEE: hue angle of 274.29º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9BDEE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217189238-
CMYK0.090.2100.07
HSL274.29º59.04%83.73%-
HSV(B)274.29º20.59%93.33%-
XYZ62.2557.3288.67-
YUV202.96147.78138.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.70%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 238 (93.36% from 255) = 36.96%
R=33.70%
G=29.35%
B=36.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171892380.090.2100.07274.2959.0483.73
HexD9BDEE915071123b54
Octal33127535611250742273124
Binary11011001101111011110111010011010101111000100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BDEE; }

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

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

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

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

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

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

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

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