#D5BBEB

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

Shades of Fog #D5BBEB

Tints of Fog #D5BBEB

Color information

#D5BBEB (or 0xD5BBEB) is unknown color: approx Fog. HEX triplet: D5, BB and EB. RGB value is (213,187,235). Sum of RGB (Red+Green+Blue) = 213+187+235=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 187 (73.44% from 255 or 29.45% 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 #D5BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BBEB is #2A4414. Grayscale: #C8C8C8. Windows color (decimal): -2769941 or 15449045. OLE color: 15449045.

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

Color convert

RGB213187235-
CMYK0.090.2000.08
HSL272.5º54.55%82.75%-
HSV(B)272.5º20.43%92.16%-
XYZ60.2155.6886.17-
YUV200.25147.61137.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 235 (92.19% from 255) = 37.01%
R=33.54%
G=29.45%
B=37.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131872350.090.2000.08272.554.5582.75
HexD5BBEB914081103753
Octal325273353112401042067123
Binary110101011011101111101011100110100010001000100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBEB; }

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

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

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

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

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

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

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

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