#D7BCF0

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

Shades of Fog #D7BCF0

Tints of Fog #D7BCF0

Color information

#D7BCF0 (or 0xD7BCF0) is unknown color: approx Fog. HEX triplet: D7, BC and F0. RGB value is (215,188,240). Sum of RGB (Red+Green+Blue) = 215+188+240=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 188 (73.83% from 255 or 29.24% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7BCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BCF0 is #28430F. Grayscale: #C9C9C9. Windows color (decimal): -2638608 or 15776983. OLE color: 15776983.

HSL color Cylindrical-coordinate representation of color #D7BCF0: hue angle of 271.15º 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 #D7BCF0 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB215188240-
CMYK0.100.2200.06
HSL271.15º63.41%83.92%-
HSV(B)271.15º21.67%94.12%-
XYZ61.7456.790.13-
YUV202149.45137.27-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 188 (73.83% from 255) = 29.24%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=33.44%
G=29.24%
B=37.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2151882400.100.2200.06271.1563.4183.92
HexD7BCF0A160610f3f54
Octal32727436012260641777124
Binary11010111101111001111000010101011001101000011111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BCF0; }

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

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

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

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

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

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

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

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