#D8BBEB

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

Shades of Fog #D8BBEB

Tints of Fog #D8BBEB

Color information

#D8BBEB (or 0xD8BBEB) is unknown color: approx Fog. HEX triplet: D8, BB and EB. RGB value is (216,187,235). Sum of RGB (Red+Green+Blue) = 216+187+235=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 187 (73.44% from 255 or 29.31% 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 #D8BBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BBEB is #274414. Grayscale: #C8C8C8. Windows color (decimal): -2573333 or 15449048. OLE color: 15449048.

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

Color convert

RGB216187235-
CMYK0.080.2000.08
HSL276.25º54.55%82.75%-
HSV(B)276.25º20.43%92.16%-
XYZ61.0856.1486.21-
YUV201.14147.11138.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.86%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=33.86%
G=29.31%
B=36.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2161872350.080.2000.08276.2554.5582.75
HexD8BBEB814081143753
Octal330273353102401042467123
Binary110110001011101111101011100010100010001000101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBEB; }

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

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

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

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

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

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

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

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