#D3BAEB

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

Shades of Fog #D3BAEB

Tints of Fog #D3BAEB

Color information

#D3BAEB (or 0xD3BAEB) is unknown color: approx Fog. HEX triplet: D3, BA and EB. RGB value is (211,186,235). Sum of RGB (Red+Green+Blue) = 211+186+235=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BAEB is #2C4514. Grayscale: #C6C6C6. Windows color (decimal): -2901269 or 15448787. OLE color: 15448787.

HSL color Cylindrical-coordinate representation of color #D3BAEB: hue angle of 270.61º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3BAEB is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB211186235-
CMYK0.100.2100.08
HSL270.61º55.06%82.55%-
HSV(B)270.61º20.85%92.16%-
XYZ59.4254.9686.07-
YUV199.06148.28136.52-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.39%
GREEN value IS 186 (73.05% from 255) = 29.43%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=33.39%
G=29.43%
B=37.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2111862350.100.2100.08270.6155.0682.55
HexD3BAEBA150810f3753
Octal323272353122501041767123
Binary110100111011101011101011101010101010001000011111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BAEB; }

 p { color: rgb(211,186,235); }

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

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

 a { background-color: rgb(211,186,235); }

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

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

 span { border-color: rgb(211,186,235); }

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