#D4AFDC

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

Shades of Prelude #D4AFDC

Tints of Prelude #D4AFDC

Color information

#D4AFDC (or 0xD4AFDC) is unknown color: approx Prelude. HEX triplet: D4, AF and DC. RGB value is (212,175,220). Sum of RGB (Red+Green+Blue) = 212+175+220=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFDC is #2B5023. Grayscale: #BFBFBF. Windows color (decimal): -2838564 or 14462932. OLE color: 14462932.

HSL color Cylindrical-coordinate representation of color #D4AFDC: hue angle of 289.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AFDC is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212175220-
CMYK0.040.2000.14
HSL289.33º39.13%77.45%-
HSV(B)289.33º20.45%86.27%-
XYZ55.449.8274.41-
YUV191.19144.26142.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=34.93%
G=28.83%
B=36.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121752200.040.2000.14289.3339.1377.45
HexD4AFDC4140E121274d
Octal32425733442401644147115
Binary11010100101011111101110010010100011101001000011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFDC; }

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

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

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

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

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

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

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

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