#D4BCEE

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

Shades of Fog #D4BCEE

Tints of Fog #D4BCEE

Color information

#D4BCEE (or 0xD4BCEE) is unknown color: approx Fog. HEX triplet: D4, BC and EE. RGB value is (212,188,238). Sum of RGB (Red+Green+Blue) = 212+188+238=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #D4BCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BCEE is #2B4311. Grayscale: #C8C8C8. Windows color (decimal): -2835218 or 15645908. OLE color: 15645908.

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

Color convert

RGB212188238-
CMYK0.110.2100.07
HSL268.8º59.52%83.53%-
HSV(B)268.8º21.01%93.33%-
XYZ60.5756.1488.53-
YUV200.88148.95135.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=33.23%
G=29.47%
B=37.30%

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
Decimal2121882380.110.2100.07268.859.5283.53
HexD4BCEEB150710d3c54
Octal32427435613250741574124
Binary11010100101111001110111010111010101111000011011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCEE; }

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

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

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

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

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

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

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

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