#D9BEEE

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

Shades of Fog #D9BEEE

Tints of Fog #D9BEEE

Color information

#D9BEEE (or 0xD9BEEE) is unknown color: approx Fog. HEX triplet: D9, BE and EE. RGB value is (217,190,238). Sum of RGB (Red+Green+Blue) = 217+190+238=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 190 (74.61% from 255 or 29.46% from 645); Blue value is 238 (93.36% from 255 or 36.90% from 645); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9BEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEEE is #264111. Grayscale: #CBCBCB. Windows color (decimal): -2507026 or 15646425. OLE color: 15646425.

HSL color Cylindrical-coordinate representation of color #D9BEEE: hue angle of 273.75º degrees, saturation: 0.59, 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 #D9BEEE is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217190238-
CMYK0.090.2000.07
HSL273.75º58.54%83.92%-
HSV(B)273.75º20.17%93.33%-
XYZ62.4657.7588.74-
YUV203.54147.45137.6-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 190 (74.61% from 255) = 29.46%
BLUE value IS 238 (93.36% from 255) = 36.90%
R=33.64%
G=29.46%
B=36.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171902380.090.2000.07273.7558.5483.92
HexD9BEEE914071123b54
Octal33127635611240742273124
Binary11011001101111101110111010011010001111000100101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEEE; }

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

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

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

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

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

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

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

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