#D1BBEE

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

Shades of Fog #D1BBEE

Tints of Fog #D1BBEE

Color information

#D1BBEE (or 0xD1BBEE) is unknown color: approx Fog. HEX triplet: D1, BB and EE. RGB value is (209,187,238). Sum of RGB (Red+Green+Blue) = 209+187+238=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 187 (73.44% from 255 or 29.50% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BBEE is #2E4411. Grayscale: #C7C7C7. Windows color (decimal): -3032082 or 15645649. OLE color: 15645649.

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

Color convert

RGB209187238-
CMYK0.120.2100.07
HSL265.88º60%83.33%-
HSV(B)265.88º21.43%93.33%-
XYZ59.555.2788.42-
YUV199.39149.79134.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.97%
GREEN value IS 187 (73.44% from 255) = 29.50%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=32.97%
G=29.50%
B=37.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091872380.120.2100.07265.886083.33
HexD1BBEEC150710a3c53
Octal32127335614250741274123
Binary11010001101110111110111011001010101111000010101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBEE; }

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

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

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

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

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

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

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

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