#D1B7EE

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

Shades of Fog #D1B7EE

Tints of Fog #D1B7EE

Color information

#D1B7EE (or 0xD1B7EE) is unknown color: approx Fog. HEX triplet: D1, B7 and EE. RGB value is (209,183,238). Sum of RGB (Red+Green+Blue) = 209+183+238=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 183 (71.88% from 255 or 29.05% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1B7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B7EE is #2E4811. Grayscale: #C4C4C4. Windows color (decimal): -3033106 or 15644625. OLE color: 15644625.

HSL color Cylindrical-coordinate representation of color #D1B7EE: hue angle of 268.36º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1B7EE is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209183238-
CMYK0.120.2300.07
HSL268.36º61.8%82.55%-
HSV(B)268.36º23.11%93.33%-
XYZ58.6653.688.14-
YUV197.04151.11136.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.17%
GREEN value IS 183 (71.88% from 255) = 29.05%
BLUE value IS 238 (93.36% from 255) = 37.78%
R=33.17%
G=29.05%
B=37.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091832380.120.2300.07268.3661.882.55
HexD1B7EEC170710c3e53
Octal32126735614270741476123
Binary11010001101101111110111011001011101111000011001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B7EE; }

 p { color: rgb(209,183,238); }

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

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

 a { background-color: rgb(209,183,238); }

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

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

 span { border-color: rgb(209,183,238); }

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