#D1BEE1

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

Shades of Fog #D1BEE1

Tints of Fog #D1BEE1

Color information

#D1BEE1 (or 0xD1BEE1) is unknown color: approx Fog. HEX triplet: D1, BE and E1. RGB value is (209,190,225). Sum of RGB (Red+Green+Blue) = 209+190+225=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEE1 is #2E411E. Grayscale: #C7C7C7. Windows color (decimal): -3031327 or 14794449. OLE color: 14794449.

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

Color convert

RGB209190225-
CMYK0.070.1600.12
HSL272.57º36.84%81.37%-
HSV(B)272.57º15.56%88.24%-
XYZ58.355.8278.94-
YUV199.67142.29134.65-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 225 (88.28% from 255) = 36.06%
R=33.49%
G=30.45%
B=36.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2091902250.070.1600.12272.5736.8481.37
HexD1BEE17100C1112551
Octal32127634172001442145121
Binary11010001101111101110000111110000011001000100011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEE1; }

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

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

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

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

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

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

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

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