#D6BDEE

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

Shades of Fog #D6BDEE

Tints of Fog #D6BDEE

Color information

#D6BDEE (or 0xD6BDEE) is unknown color: approx Fog. HEX triplet: D6, BD and EE. RGB value is (214,189,238). Sum of RGB (Red+Green+Blue) = 214+189+238=641 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.39% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6BDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDEE is #294211. Grayscale: #C9C9C9. Windows color (decimal): -2703890 or 15646166. OLE color: 15646166.

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

Color convert

RGB214189238-
CMYK0.100.2100.07
HSL270.61º59.04%83.73%-
HSV(B)270.61º20.59%93.33%-
XYZ61.3656.8688.63-
YUV202.06148.28136.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.39%
GREEN value IS 189 (74.22% from 255) = 29.49%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=33.39%
G=29.49%
B=37.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141892380.100.2100.07270.6159.0483.73
HexD6BDEEA150710f3b54
Octal32627535612250741773124
Binary11010110101111011110111010101010101111000011111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDEE; }

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

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

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

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

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

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

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

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