#D4BFFB

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

Shades of Fog #D4BFFB

Tints of Fog #D4BFFB

Color information

#D4BFFB (or 0xD4BFFB) is unknown color: approx Fog. HEX triplet: D4, BF and FB. RGB value is (212,191,251). Sum of RGB (Red+Green+Blue) = 212+191+251=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 191 (75% from 255 or 29.20% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BFFB is #2B4004. Grayscale: #CBCBCB. Windows color (decimal): -2834437 or 16498644. OLE color: 16498644.

HSL color Cylindrical-coordinate representation of color #D4BFFB: hue angle of 261º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BFFB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212191251-
CMYK0.160.2400.02
HSL261º88.24%86.67%-
HSV(B)261º23.9%98.43%-
XYZ63.1958.2299.17-
YUV204.12154.46133.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.42%
GREEN value IS 191 (75% from 255) = 29.20%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=32.42%
G=29.20%
B=38.38%

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
Decimal2121912510.160.2400.0226188.2486.67
HexD4BFFB1018021055857
Octal324277373203002405130127
Binary110101001011111111111011100001100001010000010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BFFB; }

 p { color: rgb(212,191,251); }

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

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

 a { background-color: rgb(212,191,251); }

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

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

 span { border-color: rgb(212,191,251); }

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