#D6BEE8

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

Shades of Fog #D6BEE8

Tints of Fog #D6BEE8

Color information

#D6BEE8 (or 0xD6BEE8) is unknown color: approx Fog. HEX triplet: D6, BE and E8. RGB value is (214,190,232). Sum of RGB (Red+Green+Blue) = 214+190+232=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6BEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEE8 is #294117. Grayscale: #C9C9C9. Windows color (decimal): -2703640 or 15253206. OLE color: 15253206.

HSL color Cylindrical-coordinate representation of color #D6BEE8: hue angle of 274.29º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6BEE8 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214190232-
CMYK0.080.1800.09
HSL274.29º47.73%82.75%-
HSV(B)274.29º18.1%90.98%-
XYZ60.7156.9584.14-
YUV201.96144.95136.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 190 (74.61% from 255) = 29.87%
BLUE value IS 232 (91.02% from 255) = 36.48%
R=33.65%
G=29.87%
B=36.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141902320.080.1800.09274.2947.7382.75
HexD6BEE8812091123053
Octal326276350102201142260123
Binary110101101011111011101000100010010010011000100101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEE8; }

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

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

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

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

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

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

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

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