#D6B9ED

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

Shades of Fog #D6B9ED

Tints of Fog #D6B9ED

Color information

#D6B9ED (or 0xD6B9ED) is unknown color: approx Fog. HEX triplet: D6, B9 and ED. RGB value is (214,185,237). Sum of RGB (Red+Green+Blue) = 214+185+237=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 185 (72.66% from 255 or 29.09% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6B9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9ED is #294612. Grayscale: #C7C7C7. Windows color (decimal): -2704915 or 15579606. OLE color: 15579606.

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

Color convert

RGB214185237-
CMYK0.100.2200.07
HSL273.46º59.09%82.75%-
HSV(B)273.46º21.94%92.94%-
XYZ60.3755.1187.58-
YUV199.6149.11138.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.65%
GREEN value IS 185 (72.66% from 255) = 29.09%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=33.65%
G=29.09%
B=37.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141852370.100.2200.07273.4659.0982.75
HexD6B9EDA16071113b53
Octal32627135512260742173123
Binary11010110101110011110110110101011001111000100011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9ED; }

 p { color: rgb(214,185,237); }

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

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

 a { background-color: rgb(214,185,237); }

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

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

 span { border-color: rgb(214,185,237); }

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