#D6BAEB

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

Shades of Fog #D6BAEB

Tints of Fog #D6BAEB

Color information

#D6BAEB (or 0xD6BAEB) is unknown color: approx Fog. HEX triplet: D6, BA and EB. RGB value is (214,186,235). Sum of RGB (Red+Green+Blue) = 214+186+235=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 186 (73.05% from 255 or 29.29% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6BAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BAEB is #294514. Grayscale: #C7C7C7. Windows color (decimal): -2704661 or 15448790. OLE color: 15448790.

HSL color Cylindrical-coordinate representation of color #D6BAEB: hue angle of 274.29º 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 #D6BAEB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214186235-
CMYK0.090.2100.08
HSL274.29º55.06%82.55%-
HSV(B)274.29º20.85%92.16%-
XYZ60.2955.4186.12-
YUV199.96147.78138.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 186 (73.05% from 255) = 29.29%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=33.70%
G=29.29%
B=37.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141862350.090.2100.08274.2955.0682.55
HexD6BAEB915081123753
Octal326272353112501042267123
Binary110101101011101011101011100110101010001000100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BAEB; }

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

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

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

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

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

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

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

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