#D4BCEB

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

Shades of Fog #D4BCEB

Tints of Fog #D4BCEB

Color information

#D4BCEB (or 0xD4BCEB) is unknown color: approx Fog. HEX triplet: D4, BC and EB. RGB value is (212,188,235). Sum of RGB (Red+Green+Blue) = 212+188+235=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 235 (92.19% from 255 or 37.01% from 635); Max value from RGB is 235 - color contains mainly: blue. Hex color #D4BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCEB is #2B4314. Grayscale: #C8C8C8. Windows color (decimal): -2835221 or 15449300. OLE color: 15449300.

HSL color Cylindrical-coordinate representation of color #D4BCEB: hue angle of 270.64º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4BCEB is Cyan = 0.10, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212188235-
CMYK0.100.200.08
HSL270.64º54.02%82.94%-
HSV(B)270.64º20%92.16%-
XYZ60.1355.9686.23-
YUV200.53147.45136.18-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=33.39%
G=29.61%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121882350.100.200.08270.6454.0282.94
HexD4BCEBA140810f3653
Octal324274353122401041766123
Binary110101001011110011101011101010100010001000011111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCEB; }

 p { color: rgb(212,188,235); }

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

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

 a { background-color: rgb(212,188,235); }

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

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

 span { border-color: rgb(212,188,235); }

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