#D6B9EC

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

Shades of Fog #D6B9EC

Tints of Fog #D6B9EC

Color information

#D6B9EC (or 0xD6B9EC) is unknown color: approx Fog. HEX triplet: D6, B9 and EC. RGB value is (214,185,236). Sum of RGB (Red+Green+Blue) = 214+185+236=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6B9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9EC is #294613. Grayscale: #C7C7C7. Windows color (decimal): -2704916 or 15514070. OLE color: 15514070.

HSL color Cylindrical-coordinate representation of color #D6B9EC: hue angle of 274.12º degrees, saturation: 0.57, 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 #D6B9EC is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214185236-
CMYK0.090.2200.07
HSL274.12º57.3%82.55%-
HSV(B)274.12º21.61%92.55%-
XYZ60.2255.0586.81-
YUV199.48148.61138.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 185 (72.66% from 255) = 29.13%
BLUE value IS 236 (92.58% from 255) = 37.17%
R=33.70%
G=29.13%
B=37.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141852360.090.2200.07274.1257.382.55
HexD6B9EC916071123953
Octal32627135411260742271123
Binary11010110101110011110110010011011001111000100101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9EC; }

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

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

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

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

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

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

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

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