#D7BCEB

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

Shades of Fog #D7BCEB

Tints of Fog #D7BCEB

Color information

#D7BCEB (or 0xD7BCEB) is unknown color: approx Fog. HEX triplet: D7, BC and EB. RGB value is (215,188,235). Sum of RGB (Red+Green+Blue) = 215+188+235=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #D7BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BCEB is #284314. Grayscale: #C9C9C9. Windows color (decimal): -2638613 or 15449303. OLE color: 15449303.

HSL color Cylindrical-coordinate representation of color #D7BCEB: hue angle of 274.47º 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 #D7BCEB is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215188235-
CMYK0.090.200.08
HSL274.47º54.02%82.94%-
HSV(B)274.47º20%92.16%-
XYZ6156.4186.27-
YUV201.43146.95137.68-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.70%
GREEN value IS 188 (73.83% from 255) = 29.47%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=33.70%
G=29.47%
B=36.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151882350.090.200.08274.4754.0282.94
HexD7BCEB914081123653
Octal327274353112401042266123
Binary110101111011110011101011100110100010001000100101101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BCEB; }

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

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

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

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

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

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

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

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