#D4BEFA

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

Shades of Fog #D4BEFA

Tints of Fog #D4BEFA

Color information

#D4BEFA (or 0xD4BEFA) is unknown color: approx Fog. HEX triplet: D4, BE and FA. RGB value is (212,190,250). Sum of RGB (Red+Green+Blue) = 212+190+250=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEFA is #2B4105. Grayscale: #CBCBCB. Windows color (decimal): -2834694 or 16432852. OLE color: 16432852.

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

Color convert

RGB212190250-
CMYK0.150.2400.02
HSL262º85.71%86.27%-
HSV(B)262º24%98.04%-
XYZ62.8257.7398.27-
YUV203.42154.29134.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.52%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=32.52%
G=29.14%
B=38.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121902500.150.2400.0226285.7186.27
HexD4BEFAF18021065656
Octal324276372173002406126126
Binary11010100101111101111101011111100001010000011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEFA; }

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

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

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

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

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

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

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

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