#D3B9DC

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

Shades of Prelude #D3B9DC

Tints of Prelude #D3B9DC

Color information

#D3B9DC (or 0xD3B9DC) is unknown color: approx Prelude. HEX triplet: D3, B9 and DC. RGB value is (211,185,220). Sum of RGB (Red+Green+Blue) = 211+185+220=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3B9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B9DC is #2C4623. Grayscale: #C4C4C4. Windows color (decimal): -2901540 or 14465491. OLE color: 14465491.

HSL color Cylindrical-coordinate representation of color #D3B9DC: hue angle of 284.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D3B9DC is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211185220-
CMYK0.040.1600.14
HSL284.57º33.33%79.41%-
HSV(B)284.57º15.91%86.27%-
XYZ57.1353.7175.07-
YUV196.76141.11138.15-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.25%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=34.25%
G=30.03%
B=35.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111852200.040.1600.14284.5733.3379.41
HexD3B9DC4100E11d214f
Octal32327133442001643541117
Binary11010011101110011101110010010000011101000111011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B9DC; }

 p { color: rgb(211,185,220); }

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

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

 a { background-color: rgb(211,185,220); }

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

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

 span { border-color: rgb(211,185,220); }

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