#D6BEEA

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

Shades of Fog #D6BEEA

Tints of Fog #D6BEEA

Color information

#D6BEEA (or 0xD6BEEA) is unknown color: approx Fog. HEX triplet: D6, BE and EA. RGB value is (214,190,234). Sum of RGB (Red+Green+Blue) = 214+190+234=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEEA is #294115. Grayscale: #CACACA. Windows color (decimal): -2703638 or 15384278. OLE color: 15384278.

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

Color convert

RGB214190234-
CMYK0.090.1900.08
HSL272.73º51.16%83.14%-
HSV(B)272.73º18.8%91.76%-
XYZ6157.0685.64-
YUV202.19145.95136.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.54%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=33.54%
G=29.78%
B=36.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141902340.090.1900.08272.7351.1683.14
HexD6BEEA913081113353
Octal326276352112301042163123
Binary110101101011111011101010100110011010001000100011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEEA; }

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

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

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

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

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

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

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

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