#D1BEE4

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

Shades of Fog #D1BEE4

Tints of Fog #D1BEE4

Color information

#D1BEE4 (or 0xD1BEE4) is unknown color: approx Fog. HEX triplet: D1, BE and E4. RGB value is (209,190,228). Sum of RGB (Red+Green+Blue) = 209+190+228=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 228 (89.45% from 255 or 36.36% from 627); Max value from RGB is 228 - color contains mainly: blue. Hex color #D1BEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEE4 is #2E411B. Grayscale: #C7C7C7. Windows color (decimal): -3031324 or 14991057. OLE color: 14991057.

HSL color Cylindrical-coordinate representation of color #D1BEE4: hue angle of 270º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1BEE4 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209190228-
CMYK0.080.1700.11
HSL270º41.3%81.96%-
HSV(B)270º16.67%89.41%-
XYZ58.7155.9881.11-
YUV200.01143.79134.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 228 (89.45% from 255) = 36.36%
R=33.33%
G=30.30%
B=36.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2091902280.080.1700.1127041.381.96
HexD1BEE48110B10e2952
Octal321276344102101341651122
Binary110100011011111011100100100010001010111000011101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEE4; }

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

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

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

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

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

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

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

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