#D4BEFC

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

Shades of Fog #D4BEFC

Tints of Fog #D4BEFC

Color information

#D4BEFC (or 0xD4BEFC) is unknown color: approx Fog. HEX triplet: D4, BE and FC. RGB value is (212,190,252). Sum of RGB (Red+Green+Blue) = 212+190+252=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEFC is #2B4103. Grayscale: #CBCBCB. Windows color (decimal): -2834692 or 16563924. OLE color: 16563924.

HSL color Cylindrical-coordinate representation of color #D4BEFC: hue angle of 261.29º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4BEFC is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212190252-
CMYK0.160.2500.01
HSL261.29º91.18%86.67%-
HSV(B)261.29º24.6%98.82%-
XYZ63.1457.8599.93-
YUV203.65155.29133.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.42%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=32.42%
G=29.05%
B=38.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121902520.160.2500.01261.2991.1886.67
HexD4BEFC1019011055b57
Octal324276374203101405133127
Binary11010100101111101111110010000110010110000010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEFC; }

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

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

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

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

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

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

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

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