#D5BCEB

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

Shades of Fog #D5BCEB

Tints of Fog #D5BCEB

Color information

#D5BCEB (or 0xD5BCEB) is unknown color: approx Fog. HEX triplet: D5, BC and EB. RGB value is (213,188,235). Sum of RGB (Red+Green+Blue) = 213+188+235=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #D5BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCEB is #2A4314. Grayscale: #C8C8C8. Windows color (decimal): -2769685 or 15449301. OLE color: 15449301.

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

Color convert

RGB213188235-
CMYK0.090.200.08
HSL271.91º54.02%82.94%-
HSV(B)271.91º20%92.16%-
XYZ60.4256.1186.24-
YUV200.83147.28136.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=33.49%
G=29.56%
B=36.95%

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
Decimal2131882350.090.200.08271.9154.0282.94
HexD5BCEB914081103653
Octal325274353112401042066123
Binary110101011011110011101011100110100010001000100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCEB; }

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

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

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

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

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

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

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

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