#D4AFDD

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

Shades of Prelude #D4AFDD

Tints of Prelude #D4AFDD

Color information

#D4AFDD (or 0xD4AFDD) is unknown color: approx Prelude. HEX triplet: D4, AF and DD. RGB value is (212,175,221). Sum of RGB (Red+Green+Blue) = 212+175+221=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AFDD is #2B5022. Grayscale: #BFBFBF. Windows color (decimal): -2838563 or 14528468. OLE color: 14528468.

HSL color Cylindrical-coordinate representation of color #D4AFDD: hue angle of 288.26º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4AFDD is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212175221-
CMYK0.040.2100.13
HSL288.26º40.35%77.65%-
HSV(B)288.26º20.81%86.67%-
XYZ55.5349.8875.11-
YUV191.31144.76142.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=34.87%
G=28.78%
B=36.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121752210.040.2100.13288.2640.3577.65
HexD4AFDD4150D120284e
Octal32425733542501544050116
Binary11010100101011111101110110010101011011001000001010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AFDD; }

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

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

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

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

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

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

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

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