#D6BEE3

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

Shades of Fog #D6BEE3

Tints of Fog #D6BEE3

Color information

#D6BEE3 (or 0xD6BEE3) is unknown color: approx Fog. HEX triplet: D6, BE and E3. RGB value is (214,190,227). Sum of RGB (Red+Green+Blue) = 214+190+227=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 227 (89.06% from 255 or 35.97% from 631); Max value from RGB is 227 - color contains mainly: blue. Hex color #D6BEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEE3 is #29411C. Grayscale: #C9C9C9. Windows color (decimal): -2703645 or 14925526. OLE color: 14925526.

HSL color Cylindrical-coordinate representation of color #D6BEE3: hue angle of 278.92º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6BEE3 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB214190227-
CMYK0.060.1600.11
HSL278.92º39.78%81.76%-
HSV(B)278.92º16.3%89.02%-
XYZ60.0156.6780.45-
YUV201.39142.45136.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 227 (89.06% from 255) = 35.97%
R=33.91%
G=30.11%
B=35.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2141902270.060.1600.11278.9239.7881.76
HexD6BEE36100B1172852
Octal32627634362001342750122
Binary11010110101111101110001111010000010111000101111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEE3; }

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

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

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

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

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

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

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

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