#D2ACDD

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

Shades of Prelude #D2ACDD

Tints of Prelude #D2ACDD

Color information

#D2ACDD (or 0xD2ACDD) is unknown color: approx Prelude. HEX triplet: D2, AC and DD. RGB value is (210,172,221). Sum of RGB (Red+Green+Blue) = 210+172+221=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACDD is #2D5322. Grayscale: #BCBCBC. Windows color (decimal): -2970403 or 14527698. OLE color: 14527698.

HSL color Cylindrical-coordinate representation of color #D2ACDD: hue angle of 286.53º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2ACDD is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210172221-
CMYK0.050.2200.13
HSL286.53º41.88%77.06%-
HSV(B)286.53º22.17%86.67%-
XYZ54.3848.4374.89-
YUV188.95146.09143.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 221 (86.72% from 255) = 36.65%
R=34.83%
G=28.52%
B=36.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101722210.050.2200.13286.5341.8877.06
HexD2ACDD5160D11f2a4d
Octal32225433552601543752115
Binary11010010101011001101110110110110011011000111111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACDD; }

 p { color: rgb(210,172,221); }

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

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

 a { background-color: rgb(210,172,221); }

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

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

 span { border-color: rgb(210,172,221); }

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