#D1BBE7

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

Shades of Fog #D1BBE7

Tints of Fog #D1BBE7

Color information

#D1BBE7 (or 0xD1BBE7) is unknown color: approx Fog. HEX triplet: D1, BB and E7. RGB value is (209,187,231). Sum of RGB (Red+Green+Blue) = 209+187+231=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 231 - color contains mainly: blue. Hex color #D1BBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BBE7 is #2E4418. Grayscale: #C6C6C6. Windows color (decimal): -3032089 or 15186897. OLE color: 15186897.

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

Color convert

RGB209187231-
CMYK0.100.1900.09
HSL270º47.83%81.96%-
HSV(B)270º19.05%90.59%-
XYZ58.4954.8783.11-
YUV198.59146.29135.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=33.33%
G=29.82%
B=36.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2091872310.100.1900.0927047.8381.96
HexD1BBE7A130910e3052
Octal321273347122301141660122
Binary110100011011101111100111101010011010011000011101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBE7; }

 p { color: rgb(209,187,231); }

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

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

 a { background-color: rgb(209,187,231); }

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

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

 span { border-color: rgb(209,187,231); }

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