#D9BEEA

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

Shades of Fog #D9BEEA

Tints of Fog #D9BEEA

Color information

#D9BEEA (or 0xD9BEEA) is unknown color: approx Fog. HEX triplet: D9, BE and EA. RGB value is (217,190,234). Sum of RGB (Red+Green+Blue) = 217+190+234=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEEA is #264115. Grayscale: #CACACA. Windows color (decimal): -2507030 or 15384281. OLE color: 15384281.

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

Color convert

RGB217190234-
CMYK0.070.1900.08
HSL276.82º51.16%83.14%-
HSV(B)276.82º18.8%91.76%-
XYZ61.8857.5285.68-
YUV203.09145.45137.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=33.85%
G=29.64%
B=36.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171902340.070.1900.08276.8251.1683.14
HexD9BEEA713081153353
Octal33127635272301042563123
Binary11011001101111101110101011110011010001000101011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEEA; }

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

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

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

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

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

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

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

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