#D7BCF9

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

Shades of Fog #D7BCF9

Tints of Fog #D7BCF9

Color information

#D7BCF9 (or 0xD7BCF9) is unknown color: approx Fog. HEX triplet: D7, BC and F9. RGB value is (215,188,249). Sum of RGB (Red+Green+Blue) = 215+188+249=652 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.98% from 652); Green value is 188 (73.83% from 255 or 28.83% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #D7BCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BCF9 is #284306. Grayscale: #CACACA. Windows color (decimal): -2638599 or 16366807. OLE color: 16366807.

HSL color Cylindrical-coordinate representation of color #D7BCF9: hue angle of 266.56º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D7BCF9 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB215188249-
CMYK0.140.2400.02
HSL266.56º83.56%85.69%-
HSV(B)266.56º24.5%97.65%-
XYZ63.1157.2597.35-
YUV203.03153.95136.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.98%
GREEN value IS 188 (73.83% from 255) = 28.83%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=32.98%
G=28.83%
B=38.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2151882490.140.2400.02266.5683.5685.69
HexD7BCF9E180210b5456
Octal327274371163002413124126
Binary11010111101111001111100111101100001010000101110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BCF9; }

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

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

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

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

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

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

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

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