#D3BEFA

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

Shades of Fog #D3BEFA

Tints of Fog #D3BEFA

Color information

#D3BEFA (or 0xD3BEFA) is unknown color: approx Fog. HEX triplet: D3, BE and FA. RGB value is (211,190,250). Sum of RGB (Red+Green+Blue) = 211+190+250=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 190 (74.61% from 255 or 29.19% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BEFA is #2C4105. Grayscale: #CACACA. Windows color (decimal): -2900230 or 16432851. OLE color: 16432851.

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

Color convert

RGB211190250-
CMYK0.160.2400.02
HSL261º85.71%86.27%-
HSV(B)261º24%98.04%-
XYZ62.5357.5898.26-
YUV203.12154.46133.62-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.41%
GREEN value IS 190 (74.61% from 255) = 29.19%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=32.41%
G=29.19%
B=38.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111902500.160.2400.0226185.7186.27
HexD3BEFA1018021055656
Octal323276372203002405126126
Binary110100111011111011111010100001100001010000010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BEFA; }

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

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

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

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

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

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

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

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