#D4BBED

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

Shades of Fog #D4BBED

Tints of Fog #D4BBED

Color information

#D4BBED (or 0xD4BBED) is unknown color: approx Fog. HEX triplet: D4, BB and ED. RGB value is (212,187,237). Sum of RGB (Red+Green+Blue) = 212+187+237=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BBED is #2B4412. Grayscale: #C8C8C8. Windows color (decimal): -2835475 or 15580116. OLE color: 15580116.

HSL color Cylindrical-coordinate representation of color #D4BBED: hue angle of 270º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4BBED is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB212187237-
CMYK0.110.2100.07
HSL270º58.14%83.14%-
HSV(B)270º21.1%92.94%-
XYZ60.2155.6587.69-
YUV200.18148.78136.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 29.40%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=33.33%
G=29.40%
B=37.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121872370.110.2100.0727058.1483.14
HexD4BBEDB150710e3a53
Octal32427335513250741672123
Binary11010100101110111110110110111010101111000011101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BBED; }

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

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

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

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

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

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

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

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