#D8BCF7

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

Shades of Fog #D8BCF7

Tints of Fog #D8BCF7

Color information

#D8BCF7 (or 0xD8BCF7) is unknown color: approx Fog. HEX triplet: D8, BC and F7. RGB value is (216,188,247). Sum of RGB (Red+Green+Blue) = 216+188+247=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8BCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BCF7 is #274308. Grayscale: #CACACA. Windows color (decimal): -2573065 or 16235736. OLE color: 16235736.

HSL color Cylindrical-coordinate representation of color #D8BCF7: hue angle of 268.47º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8BCF7 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB216188247-
CMYK0.130.2400.03
HSL268.47º78.67%85.29%-
HSV(B)268.47º23.89%96.86%-
XYZ63.0957.2895.73-
YUV203.1152.78137.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.18%
GREEN value IS 188 (73.83% from 255) = 28.88%
BLUE value IS 247 (96.88% from 255) = 37.94%
R=33.18%
G=28.88%
B=37.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2161882470.130.2400.03268.4778.6785.29
HexD8BCF7D180310c4f55
Octal330274367153003414117125
Binary11011000101111001111011111011100001110000110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCF7; }

 p { color: rgb(216,188,247); }

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

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

 a { background-color: rgb(216,188,247); }

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

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

 span { border-color: rgb(216,188,247); }

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