#D1BEE0

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

Shades of Fog #D1BEE0

Tints of Fog #D1BEE0

Color information

#D1BEE0 (or 0xD1BEE0) is unknown color: approx Fog. HEX triplet: D1, BE and E0. RGB value is (209,190,224). Sum of RGB (Red+Green+Blue) = 209+190+224=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1BEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEE0 is #2E411F. Grayscale: #C7C7C7. Windows color (decimal): -3031328 or 14728913. OLE color: 14728913.

HSL color Cylindrical-coordinate representation of color #D1BEE0: hue angle of 273.53º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1BEE0 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB209190224-
CMYK0.070.1500.12
HSL273.53º35.42%81.18%-
HSV(B)273.53º15.18%87.84%-
XYZ58.1655.7678.22-
YUV199.56141.79134.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.55%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=33.55%
G=30.50%
B=35.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091902240.070.1500.12273.5335.4281.18
HexD1BEE07F0C1122351
Octal32127634071701442243121
Binary1101000110111110111000001111111011001000100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEE0; }

 p { color: rgb(209,190,224); }

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

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

 a { background-color: rgb(209,190,224); }

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

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

 span { border-color: rgb(209,190,224); }

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