#D6BEFA

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

Shades of Fog #D6BEFA

Tints of Fog #D6BEFA

Color information

#D6BEFA (or 0xD6BEFA) is unknown color: approx Fog. HEX triplet: D6, BE and FA. RGB value is (214,190,250). Sum of RGB (Red+Green+Blue) = 214+190+250=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEFA is #294105. Grayscale: #CBCBCB. Windows color (decimal): -2703622 or 16432854. OLE color: 16432854.

HSL color Cylindrical-coordinate representation of color #D6BEFA: hue angle of 264º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6BEFA is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214190250-
CMYK0.140.2400.02
HSL264º85.71%86.27%-
HSV(B)264º24%98.04%-
XYZ63.458.0398.3-
YUV204.02153.95135.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=32.72%
G=29.05%
B=38.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2141902500.140.2400.0226485.7186.27
HexD6BEFAE18021085656
Octal326276372163002410126126
Binary11010110101111101111101011101100001010000100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEFA; }

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

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

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

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

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

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

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

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