#d1b8eb

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

Shades of Fog #D1B8EB

Tints of Fog #D1B8EB

Color information

#D1B8EB (or 0xD1B8EB) is unknown color: approx Fog. HEX triplet: D1, B8 and EB. RGB value is (209,184,235). Sum of RGB (Red+Green+Blue) = 209+184+235=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1B8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B8EB is #2E4714. Grayscale: #C5C5C5. Windows color (decimal): -3032853 or 15448273. OLE color: 15448273.

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

Color convert

RGB209184235-
CMYK0.110.2200.08
HSL269.41º56.04%82.16%-
HSV(B)269.41º21.7%92.16%-
XYZ58.4353.8385.91-
YUV197.29149.28136.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.28%
GREEN value IS 184 (72.27% from 255) = 29.30%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=33.28%
G=29.30%
B=37.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2091842350.110.2200.08269.4156.0482.16
HexD1B8EBB160810d3852
Octal321270353132601041570122
Binary110100011011100011101011101110110010001000011011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1b8eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1b8eb; }

 p { color: rgb(209,184,235); }

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

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

 a { background-color: rgb(209,184,235); }

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

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

 span { border-color: rgb(209,184,235); }

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