#D0ACDD

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

Shades of Prelude #D0ACDD

Tints of Prelude #D0ACDD

Color information

#D0ACDD (or 0xD0ACDD) is unknown color: approx Prelude. HEX triplet: D0, AC and DD. RGB value is (208,172,221). Sum of RGB (Red+Green+Blue) = 208+172+221=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACDD is #2F5322. Grayscale: #BCBCBC. Windows color (decimal): -3101475 or 14527696. OLE color: 14527696.

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

Color convert

RGB208172221-
CMYK0.060.2200.13
HSL284.08º41.88%77.06%-
HSV(B)284.08º22.17%86.67%-
XYZ53.8248.1474.86-
YUV188.35146.43142.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.61%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 221 (86.72% from 255) = 36.77%
R=34.61%
G=28.62%
B=36.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081722210.060.2200.13284.0841.8877.06
HexD0ACDD6160D11c2a4d
Octal32025433562601543452115
Binary11010000101011001101110111010110011011000111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACDD; }

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

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

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

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

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

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

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

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