#D4ACDC

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

Shades of Prelude #D4ACDC

Tints of Prelude #D4ACDC

Color information

#D4ACDC (or 0xD4ACDC) is unknown color: approx Prelude. HEX triplet: D4, AC and DC. RGB value is (212,172,220). Sum of RGB (Red+Green+Blue) = 212+172+220=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDC is #2B5323. Grayscale: #BDBDBD. Windows color (decimal): -2839332 or 14462164. OLE color: 14462164.

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

Color convert

RGB212172220-
CMYK0.040.2200.14
HSL290º40.68%76.86%-
HSV(B)290º21.82%86.27%-
XYZ54.8248.6774.21-
YUV189.43145.25144.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=35.10%
G=28.48%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121722200.040.2200.1429040.6876.86
HexD4ACDC4160E122294d
Octal32425433442601644251115
Binary11010100101011001101110010010110011101001000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ACDC; }

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

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

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

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

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

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

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

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