#D6B8E7

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

Shades of Prelude #D6B8E7

Tints of Prelude #D6B8E7

Color information

#D6B8E7 (or 0xD6B8E7) is unknown color: approx Prelude. HEX triplet: D6, B8 and E7. RGB value is (214,184,231). Sum of RGB (Red+Green+Blue) = 214+184+231=629 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.02% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 231 - color contains mainly: blue. Hex color #D6B8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6B8E7 is #294718. Grayscale: #C6C6C6. Windows color (decimal): -2705177 or 15186134. OLE color: 15186134.

HSL color Cylindrical-coordinate representation of color #D6B8E7: hue angle of 278.3º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6B8E7 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214184231-
CMYK0.070.2000.09
HSL278.3º49.47%81.37%-
HSV(B)278.3º20.35%90.59%-
XYZ59.354.3582.97-
YUV198.33146.44139.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.02%
GREEN value IS 184 (72.27% from 255) = 29.25%
BLUE value IS 231 (90.62% from 255) = 36.72%
R=34.02%
G=29.25%
B=36.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141842310.070.2000.09278.349.4781.37
HexD6B8E7714091163151
Octal32627034772401142661121
Binary11010110101110001110011111110100010011000101101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B8E7; }

 p { color: rgb(214,184,231); }

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

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

 a { background-color: rgb(214,184,231); }

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

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

 span { border-color: rgb(214,184,231); }

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