#D1B9DA

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

Shades of Prelude #D1B9DA

Tints of Prelude #D1B9DA

Color information

#D1B9DA (or 0xD1B9DA) is unknown color: approx Prelude. HEX triplet: D1, B9 and DA. RGB value is (209,185,218). Sum of RGB (Red+Green+Blue) = 209+185+218=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1B9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9DA is #2E4625. Grayscale: #C3C3C3. Windows color (decimal): -3032614 or 14334417. OLE color: 14334417.

HSL color Cylindrical-coordinate representation of color #D1B9DA: hue angle of 283.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1B9DA is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209185218-
CMYK0.040.1500.15
HSL283.64º30.84%79.02%-
HSV(B)283.64º15.14%85.49%-
XYZ56.353.3273.65-
YUV195.94140.45137.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.15%
GREEN value IS 185 (72.66% from 255) = 30.23%
BLUE value IS 218 (85.55% from 255) = 35.62%
R=34.15%
G=30.23%
B=35.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091852180.040.1500.15283.6430.8479.02
HexD1B9DA4F0F11c1f4f
Octal32127133241701743437117
Binary110100011011100111011010100111101111100011100111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B9DA; }

 p { color: rgb(209,185,218); }

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

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

 a { background-color: rgb(209,185,218); }

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

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

 span { border-color: rgb(209,185,218); }

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