#D1B2ED

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

Shades of Fog #D1B2ED

Tints of Fog #D1B2ED

Color information

#D1B2ED (or 0xD1B2ED) is unknown color: approx Fog. HEX triplet: D1, B2 and ED. RGB value is (209,178,237). Sum of RGB (Red+Green+Blue) = 209+178+237=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1B2ED is #2E4D12. Grayscale: #C1C1C1. Windows color (decimal): -3034387 or 15577809. OLE color: 15577809.

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

Color convert

RGB209178237-
CMYK0.120.2500.07
HSL271.53º62.11%81.37%-
HSV(B)271.53º24.89%92.94%-
XYZ57.551.5187.03-
YUV193.99152.27138.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 178 (69.92% from 255) = 28.53%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=33.49%
G=28.53%
B=37.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091782370.120.2500.07271.5362.1181.37
HexD1B2EDC19071103e51
Octal32126235514310742076121
Binary11010001101100101110110111001100101111000100001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B2ED; }

 p { color: rgb(209,178,237); }

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

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

 a { background-color: rgb(209,178,237); }

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

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

 span { border-color: rgb(209,178,237); }

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