#D2ACDC

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

Shades of Prelude #D2ACDC

Tints of Prelude #D2ACDC

Color information

#D2ACDC (or 0xD2ACDC) is unknown color: approx Prelude. HEX triplet: D2, AC and DC. RGB value is (210,172,220). Sum of RGB (Red+Green+Blue) = 210+172+220=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACDC is #2D5323. Grayscale: #BCBCBC. Windows color (decimal): -2970404 or 14462162. OLE color: 14462162.

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

Color convert

RGB210172220-
CMYK0.050.2200.14
HSL287.5º40.68%76.86%-
HSV(B)287.5º21.82%86.27%-
XYZ54.2548.3774.19-
YUV188.83145.59143.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=34.88%
G=28.57%
B=36.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101722200.050.2200.14287.540.6876.86
HexD2ACDC5160E120294d
Octal32225433452601644051115
Binary11010010101011001101110010110110011101001000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ACDC; }

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

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

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

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

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

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

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

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