#D1BAEE

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

Shades of Fog #D1BAEE

Tints of Fog #D1BAEE

Color information

#D1BAEE (or 0xD1BAEE) is unknown color: approx Fog. HEX triplet: D1, BA and EE. RGB value is (209,186,238). Sum of RGB (Red+Green+Blue) = 209+186+238=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #D1BAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BAEE is #2E4511. Grayscale: #C6C6C6. Windows color (decimal): -3032338 or 15645393. OLE color: 15645393.

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

Color convert

RGB209186238-
CMYK0.120.2200.07
HSL266.54º60.47%83.14%-
HSV(B)266.54º21.85%93.33%-
XYZ59.2954.8588.35-
YUV198.8150.12135.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 238 (93.36% from 255) = 37.60%
R=33.02%
G=29.38%
B=37.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091862380.120.2200.07266.5460.4783.14
HexD1BAEEC160710b3c53
Octal32127235614260741374123
Binary11010001101110101110111011001011001111000010111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BAEE; }

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

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

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

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

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

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

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

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