#D1ACDD

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

Shades of Prelude #D1ACDD

Tints of Prelude #D1ACDD

Color information

#D1ACDD (or 0xD1ACDD) is unknown color: approx Prelude. HEX triplet: D1, AC and DD. RGB value is (209,172,221). Sum of RGB (Red+Green+Blue) = 209+172+221=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #D1ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACDD is #2E5322. Grayscale: #BCBCBC. Windows color (decimal): -3035939 or 14527697. OLE color: 14527697.

HSL color Cylindrical-coordinate representation of color #D1ACDD: hue angle of 285.31º 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 #D1ACDD is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209172221-
CMYK0.050.2200.13
HSL285.31º41.88%77.06%-
HSV(B)285.31º22.17%86.67%-
XYZ54.148.2874.87-
YUV188.65146.26142.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=34.72%
G=28.57%
B=36.71%

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
Decimal2091722210.050.2200.13285.3141.8877.06
HexD1ACDD5160D11d2a4d
Octal32125433552601543552115
Binary11010001101011001101110110110110011011000111011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ACDD; }

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

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

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

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

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

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

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

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