#D4BBFB

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

Shades of Fog #D4BBFB

Tints of Fog #D4BBFB

Color information

#D4BBFB (or 0xD4BBFB) is unknown color: approx Fog. HEX triplet: D4, BB and FB. RGB value is (212,187,251). Sum of RGB (Red+Green+Blue) = 212+187+251=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBFB is #2B4404. Grayscale: #C9C9C9. Windows color (decimal): -2835461 or 16497620. OLE color: 16497620.

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

Color convert

RGB212187251-
CMYK0.160.2500.02
HSL263.44º88.89%85.88%-
HSV(B)263.44º25.5%98.43%-
XYZ62.3356.598.89-
YUV201.77155.78135.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.62%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=32.62%
G=28.77%
B=38.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121872510.160.2500.02263.4488.8985.88
HexD4BBFB1019021075956
Octal324273373203102407131126
Binary110101001011101111111011100001100101010000011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBFB; }

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

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

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

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

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

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

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

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