#D7BBE7

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

Shades of Fog #D7BBE7

Tints of Fog #D7BBE7

Color information

#D7BBE7 (or 0xD7BBE7) is unknown color: approx Fog. HEX triplet: D7, BB and E7. RGB value is (215,187,231). Sum of RGB (Red+Green+Blue) = 215+187+231=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #D7BBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BBE7 is #284418. Grayscale: #C8C8C8. Windows color (decimal): -2638873 or 15186903. OLE color: 15186903.

HSL color Cylindrical-coordinate representation of color #D7BBE7: hue angle of 278.18º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D7BBE7 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB215187231-
CMYK0.070.1900.09
HSL278.18º47.83%81.96%-
HSV(B)278.18º19.05%90.59%-
XYZ60.2255.7683.19-
YUV200.39145.28138.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.97%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 231 (90.62% from 255) = 36.49%
R=33.97%
G=29.54%
B=36.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2151872310.070.1900.09278.1847.8381.96
HexD7BBE7713091163052
Octal32727334772301142660122
Binary11010111101110111110011111110011010011000101101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BBE7; }

 p { color: rgb(215,187,231); }

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

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

 a { background-color: rgb(215,187,231); }

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

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

 span { border-color: rgb(215,187,231); }

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