#D9BEFA

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

Shades of Fog #D9BEFA

Tints of Fog #D9BEFA

Color information

#D9BEFA (or 0xD9BEFA) is unknown color: approx Fog. HEX triplet: D9, BE and FA. RGB value is (217,190,250). Sum of RGB (Red+Green+Blue) = 217+190+250=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 190 (74.61% from 255 or 28.92% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BEFA is #264105. Grayscale: #CCCCCC. Windows color (decimal): -2507014 or 16432857. OLE color: 16432857.

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

Color convert

RGB217190250-
CMYK0.130.2400.02
HSL267º85.71%86.27%-
HSV(B)267º24%98.04%-
XYZ64.2858.4898.34-
YUV204.91153.45136.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 190 (74.61% from 255) = 28.92%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=33.03%
G=28.92%
B=38.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2171902500.130.2400.0226785.7186.27
HexD9BEFAD180210b5656
Octal331276372153002413126126
Binary11011001101111101111101011011100001010000101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BEFA; }

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

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

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

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

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

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

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

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