#D2B4DC

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

Shades of Prelude #D2B4DC

Tints of Prelude #D2B4DC

Color information

#D2B4DC (or 0xD2B4DC) is unknown color: approx Prelude. HEX triplet: D2, B4 and DC. RGB value is (210,180,220). Sum of RGB (Red+Green+Blue) = 210+180+220=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B4DC is #2D4B23. Grayscale: #C1C1C1. Windows color (decimal): -2968356 or 14464210. OLE color: 14464210.

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

Color convert

RGB210180220-
CMYK0.050.1800.14
HSL285º36.36%78.43%-
HSV(B)285º18.18%86.27%-
XYZ55.8251.5174.71-
YUV193.53142.94139.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 180 (70.70% from 255) = 29.51%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=34.43%
G=29.51%
B=36.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101802200.050.1800.1428536.3678.43
HexD2B4DC5120E11d244e
Octal32226433452201643544116
Binary11010010101101001101110010110010011101000111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B4DC; }

 p { color: rgb(210,180,220); }

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

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

 a { background-color: rgb(210,180,220); }

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

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

 span { border-color: rgb(210,180,220); }

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