#D7BCF1

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

Shades of Fog #D7BCF1

Tints of Fog #D7BCF1

Color information

#D7BCF1 (or 0xD7BCF1) is unknown color: approx Fog. HEX triplet: D7, BC and F1. RGB value is (215,188,241). Sum of RGB (Red+Green+Blue) = 215+188+241=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #D7BCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BCF1 is #28430E. Grayscale: #C9C9C9. Windows color (decimal): -2638607 or 15842519. OLE color: 15842519.

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

Color convert

RGB215188241-
CMYK0.110.2200.05
HSL270.57º65.43%84.12%-
HSV(B)270.57º21.99%94.51%-
XYZ61.8856.7690.91-
YUV202.11149.95137.19-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.39%
GREEN value IS 188 (73.83% from 255) = 29.19%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=33.39%
G=29.19%
B=37.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151882410.110.2200.05270.5765.4384.12
HexD7BCF1B160510f4154
Octal327274361132605417101124
Binary110101111011110011110001101110110010110000111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BCF1; }

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

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

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

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

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

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

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

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