#D3B6E6

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

Shades of Prelude #D3B6E6

Tints of Prelude #D3B6E6

Color information

#D3B6E6 (or 0xD3B6E6) is unknown color: approx Prelude. HEX triplet: D3, B6 and E6. RGB value is (211,182,230). Sum of RGB (Red+Green+Blue) = 211+182+230=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3B6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B6E6 is #2C4919. Grayscale: #C3C3C3. Windows color (decimal): -2902298 or 15120083. OLE color: 15120083.

HSL color Cylindrical-coordinate representation of color #D3B6E6: hue angle of 276.25º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3B6E6 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB211182230-
CMYK0.080.2100.10
HSL276.25º48.98%80.78%-
HSV(B)276.25º20.87%90.2%-
XYZ57.8753.0282.05-
YUV196.14147.11138.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.87%
GREEN value IS 182 (71.48% from 255) = 29.21%
BLUE value IS 230 (90.23% from 255) = 36.92%
R=33.87%
G=29.21%
B=36.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2111822300.080.2100.10276.2548.9880.78
HexD3B6E68150A1143151
Octal323266346102501242461121
Binary110100111011011011100110100010101010101000101001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B6E6; }

 p { color: rgb(211,182,230); }

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

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

 a { background-color: rgb(211,182,230); }

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

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

 span { border-color: rgb(211,182,230); }

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