#D8BEFB

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

Shades of Fog #D8BEFB

Tints of Fog #D8BEFB

Color information

#D8BEFB (or 0xD8BEFB) is unknown color: approx Fog. HEX triplet: D8, BE and FB. RGB value is (216,190,251). Sum of RGB (Red+Green+Blue) = 216+190+251=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: blue. Hex color #D8BEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BEFB is #274104. Grayscale: #CCCCCC. Windows color (decimal): -2572549 or 16498392. OLE color: 16498392.

HSL color Cylindrical-coordinate representation of color #D8BEFB: hue angle of 265.57º degrees, saturation: 0.88, 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 #D8BEFB is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216190251-
CMYK0.140.2400.02
HSL265.57º88.41%86.47%-
HSV(B)265.57º24.3%98.43%-
XYZ64.1458.3999.16-
YUV204.73154.11136.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.88%
GREEN value IS 190 (74.61% from 255) = 28.92%
BLUE value IS 251 (98.44% from 255) = 38.20%
R=32.88%
G=28.92%
B=38.20%

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
Decimal2161902510.140.2400.02265.5788.4186.47
HexD8BEFBE180210a5856
Octal330276373163002412130126
Binary11011000101111101111101111101100001010000101010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BEFB; }

 p { color: rgb(216,190,251); }

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

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

 a { background-color: rgb(216,190,251); }

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

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

 span { border-color: rgb(216,190,251); }

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