#D7BEFA

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

Shades of Fog #D7BEFA

Tints of Fog #D7BEFA

Color information

#D7BEFA (or 0xD7BEFA) is unknown color: approx Fog. HEX triplet: D7, BE and FA. RGB value is (215,190,250). Sum of RGB (Red+Green+Blue) = 215+190+250=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #D7BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BEFA is #284105. Grayscale: #CCCCCC. Windows color (decimal): -2638086 or 16432855. OLE color: 16432855.

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

Color convert

RGB215190250-
CMYK0.140.2400.02
HSL265º85.71%86.27%-
HSV(B)265º24%98.04%-
XYZ63.6958.1898.31-
YUV204.32153.78135.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.82%
GREEN value IS 190 (74.61% from 255) = 29.01%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=32.82%
G=29.01%
B=38.17%

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
Decimal2151902500.140.2400.0226585.7186.27
HexD7BEFAE18021095656
Octal327276372163002411126126
Binary11010111101111101111101011101100001010000100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BEFA; }

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

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

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

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

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

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

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

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