#D6BEE5

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

Shades of Fog #D6BEE5

Tints of Fog #D6BEE5

Color information

#D6BEE5 (or 0xD6BEE5) is unknown color: approx Fog. HEX triplet: D6, BE and E5. RGB value is (214,190,229). Sum of RGB (Red+Green+Blue) = 214+190+229=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #D6BEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEE5 is #29411A. Grayscale: #C9C9C9. Windows color (decimal): -2703643 or 15056598. OLE color: 15056598.

HSL color Cylindrical-coordinate representation of color #D6BEE5: hue angle of 276.92º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6BEE5 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB214190229-
CMYK0.070.1700.10
HSL276.92º42.86%82.16%-
HSV(B)276.92º17.03%89.8%-
XYZ60.2956.7881.91-
YUV201.62143.45136.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 190 (74.61% from 255) = 30.02%
BLUE value IS 229 (89.84% from 255) = 36.18%
R=33.81%
G=30.02%
B=36.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2141902290.070.1700.10276.9242.8682.16
HexD6BEE57110A1152b52
Octal32627634572101242553122
Binary11010110101111101110010111110001010101000101011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEE5; }

 p { color: rgb(214,190,229); }

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

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

 a { background-color: rgb(214,190,229); }

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

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

 span { border-color: rgb(214,190,229); }

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