#D6B3E1

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

Shades of Prelude #D6B3E1

Tints of Prelude #D6B3E1

Color information

#D6B3E1 (or 0xD6B3E1) is unknown color: approx Prelude. HEX triplet: D6, B3 and E1. RGB value is (214,179,225). Sum of RGB (Red+Green+Blue) = 214+179+225=618 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.63% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6B3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B3E1 is #294C1E. Grayscale: #C2C2C2. Windows color (decimal): -2706463 or 14791638. OLE color: 14791638.

HSL color Cylindrical-coordinate representation of color #D6B3E1: hue angle of 285.65º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6B3E1 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB214179225-
CMYK0.050.2000.12
HSL285.65º43.4%79.22%-
HSV(B)285.65º20.44%88.24%-
XYZ57.4451.9778.24-
YUV194.71145.1141.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.63%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 225 (88.28% from 255) = 36.41%
R=34.63%
G=28.96%
B=36.41%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2141792250.050.2000.12285.6543.479.22
HexD6B3E15140C11e2b4f
Octal32626334152401443653117
Binary11010110101100111110000110110100011001000111101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B3E1; }

 p { color: rgb(214,179,225); }

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

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

 a { background-color: rgb(214,179,225); }

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

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

 span { border-color: rgb(214,179,225); }

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