#D5BCF6

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

Shades of Fog #D5BCF6

Tints of Fog #D5BCF6

Color information

#D5BCF6 (or 0xD5BCF6) is unknown color: approx Fog. HEX triplet: D5, BC and F6. RGB value is (213,188,246). Sum of RGB (Red+Green+Blue) = 213+188+246=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 188 (73.83% from 255 or 29.06% from 647); Blue value is 246 (96.48% from 255 or 38.02% from 647); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCF6 is #2A4309. Grayscale: #C9C9C9. Windows color (decimal): -2769674 or 16170197. OLE color: 16170197.

HSL color Cylindrical-coordinate representation of color #D5BCF6: hue angle of 265.86º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5BCF6 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB213188246-
CMYK0.130.2400.04
HSL265.86º76.32%85.1%-
HSV(B)265.86º23.58%96.47%-
XYZ62.0656.7794.87-
YUV202.09152.78135.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.92%
GREEN value IS 188 (73.83% from 255) = 29.06%
BLUE value IS 246 (96.48% from 255) = 38.02%
R=32.92%
G=29.06%
B=38.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2131882460.130.2400.04265.8676.3285.1
HexD5BCF6D180410a4c55
Octal325274366153004412114125
Binary110101011011110011110110110111000010010000101010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCF6; }

 p { color: rgb(213,188,246); }

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

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

 a { background-color: rgb(213,188,246); }

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

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

 span { border-color: rgb(213,188,246); }

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