#D9BCF3

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

Shades of Fog #D9BCF3

Tints of Fog #D9BCF3

Color information

#D9BCF3 (or 0xD9BCF3) is unknown color: approx Fog. HEX triplet: D9, BC and F3. RGB value is (217,188,243). Sum of RGB (Red+Green+Blue) = 217+188+243=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 188 (73.83% from 255 or 29.01% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9BCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9BCF3 is #26430C. Grayscale: #CACACA. Windows color (decimal): -2507533 or 15973593. OLE color: 15973593.

HSL color Cylindrical-coordinate representation of color #D9BCF3: hue angle of 271.64º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D9BCF3 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217188243-
CMYK0.110.2300.05
HSL271.64º69.62%84.51%-
HSV(B)271.64º22.63%95.29%-
XYZ62.7857.1992.52-
YUV202.94150.61138.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.49%
GREEN value IS 188 (73.83% from 255) = 29.01%
BLUE value IS 243 (95.31% from 255) = 37.5%
R=33.49%
G=29.01%
B=37.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171882430.110.2300.05271.6469.6284.51
HexD9BCF3B17051104655
Octal331274363132705420106125
Binary110110011011110011110011101110111010110001000010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BCF3; }

 p { color: rgb(217,188,243); }

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

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

 a { background-color: rgb(217,188,243); }

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

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

 span { border-color: rgb(217,188,243); }

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