#D6B9EE

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

Shades of Fog #D6B9EE

Tints of Fog #D6B9EE

Color information

#D6B9EE (or 0xD6B9EE) is unknown color: approx Fog. HEX triplet: D6, B9 and EE. RGB value is (214,185,238). Sum of RGB (Red+Green+Blue) = 214+185+238=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #D6B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B9EE is #294611. Grayscale: #C7C7C7. Windows color (decimal): -2704914 or 15645142. OLE color: 15645142.

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

Color convert

RGB214185238-
CMYK0.100.2200.07
HSL272.83º60.92%82.94%-
HSV(B)272.83º22.27%93.33%-
XYZ60.5155.1788.35-
YUV199.71149.61138.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.59%
GREEN value IS 185 (72.66% from 255) = 29.04%
BLUE value IS 238 (93.36% from 255) = 37.36%
R=33.59%
G=29.04%
B=37.36%

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
Decimal2141852380.100.2200.07272.8360.9282.94
HexD6B9EEA16071113d53
Octal32627135612260742175123
Binary11010110101110011110111010101011001111000100011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9EE; }

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

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

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

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

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

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

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

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