#D6BFEE

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

Shades of Fog #D6BFEE

Tints of Fog #D6BFEE

Color information

#D6BFEE (or 0xD6BFEE) is unknown color: approx Fog. HEX triplet: D6, BF and EE. RGB value is (214,191,238). Sum of RGB (Red+Green+Blue) = 214+191+238=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFEE is #294011. Grayscale: #CBCBCB. Windows color (decimal): -2703378 or 15646678. OLE color: 15646678.

HSL color Cylindrical-coordinate representation of color #D6BFEE: hue angle of 269.36º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BFEE is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214191238-
CMYK0.100.2000.07
HSL269.36º58.02%84.12%-
HSV(B)269.36º19.75%93.33%-
XYZ61.7957.7388.78-
YUV203.24147.62135.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=33.28%
G=29.70%
B=37.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141912380.100.2000.07269.3658.0284.12
HexD6BFEEA140710d3a54
Octal32627735612240741572124
Binary11010110101111111110111010101010001111000011011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BFEE; }

 p { color: rgb(214,191,238); }

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

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

 a { background-color: rgb(214,191,238); }

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

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

 span { border-color: rgb(214,191,238); }

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