#D8BCF0

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

Shades of Fog #D8BCF0

Tints of Fog #D8BCF0

Color information

#D8BCF0 (or 0xD8BCF0) is unknown color: approx Fog. HEX triplet: D8, BC and F0. RGB value is (216,188,240). Sum of RGB (Red+Green+Blue) = 216+188+240=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #D8BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8BCF0 is #27430F. Grayscale: #CACACA. Windows color (decimal): -2573072 or 15776984. OLE color: 15776984.

HSL color Cylindrical-coordinate representation of color #D8BCF0: hue angle of 272.31º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D8BCF0 is Cyan = 0.1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB216188240-
CMYK0.10.2200.06
HSL272.31º63.41%83.92%-
HSV(B)272.31º21.67%94.12%-
XYZ62.0356.8690.14-
YUV202.3149.28137.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 188 (73.83% from 255) = 29.19%
BLUE value IS 240 (94.14% from 255) = 37.27%
R=33.54%
G=29.19%
B=37.27%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2161882400.10.2200.06272.3163.4183.92
HexD8BCF0A16061103f54
Octal33027436012260642077124
Binary11011000101111001111000010101011001101000100001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BCF0; }

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

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

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

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

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

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

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

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