#D1BEE8

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

Shades of Fog #D1BEE8

Tints of Fog #D1BEE8

Color information

#D1BEE8 (or 0xD1BEE8) is unknown color: approx Fog. HEX triplet: D1, BE and E8. RGB value is (209,190,232). Sum of RGB (Red+Green+Blue) = 209+190+232=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1BEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BEE8 is #2E4117. Grayscale: #C8C8C8. Windows color (decimal): -3031320 or 15253201. OLE color: 15253201.

HSL color Cylindrical-coordinate representation of color #D1BEE8: hue angle of 267.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BEE8 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB209190232-
CMYK0.100.1800.09
HSL267.14º47.73%82.75%-
HSV(B)267.14º18.1%90.98%-
XYZ59.2756.2184.07-
YUV200.47145.79134.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 232 (91.02% from 255) = 36.77%
R=33.12%
G=30.11%
B=36.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2091902320.100.1800.09267.1447.7382.75
HexD1BEE8A120910b3053
Octal321276350122201141360123
Binary110100011011111011101000101010010010011000010111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BEE8; }

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

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

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

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

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

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

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

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