#D1B2DB

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

Shades of Prelude #D1B2DB

Tints of Prelude #D1B2DB

Color information

#D1B2DB (or 0xD1B2DB) is unknown color: approx Prelude. HEX triplet: D1, B2 and DB. RGB value is (209,178,219). Sum of RGB (Red+Green+Blue) = 209+178+219=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1B2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2DB is #2E4D24. Grayscale: #BFBFBF. Windows color (decimal): -3034405 or 14398161. OLE color: 14398161.

HSL color Cylindrical-coordinate representation of color #D1B2DB: hue angle of 285.37º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1B2DB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209178219-
CMYK0.050.1900.14
HSL285.37º36.28%77.84%-
HSV(B)285.37º18.72%85.88%-
XYZ5550.5173.87-
YUV191.94143.27140.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.49%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 219 (85.94% from 255) = 36.14%
R=34.49%
G=29.37%
B=36.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091782190.050.1900.14285.3736.2877.84
HexD1B2DB5130E11d244e
Octal32126233352301643544116
Binary11010001101100101101101110110011011101000111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B2DB; }

 p { color: rgb(209,178,219); }

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

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

 a { background-color: rgb(209,178,219); }

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

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

 span { border-color: rgb(209,178,219); }

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