#D6AFDE

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

Shades of Prelude #D6AFDE

Tints of Prelude #D6AFDE

Color information

#D6AFDE (or 0xD6AFDE) is unknown color: approx Prelude. HEX triplet: D6, AF and DE. RGB value is (214,175,222). Sum of RGB (Red+Green+Blue) = 214+175+222=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #D6AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFDE is #295021. Grayscale: #BFBFBF. Windows color (decimal): -2707490 or 14594006. OLE color: 14594006.

HSL color Cylindrical-coordinate representation of color #D6AFDE: hue angle of 289.79º degrees, saturation: 0.42, 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 #D6AFDE is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214175222-
CMYK0.040.2100.13
HSL289.79º41.59%77.84%-
HSV(B)289.79º21.17%87.06%-
XYZ56.2550.2375.84-
YUV192.02144.92143.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 222 (87.11% from 255) = 36.33%
R=35.02%
G=28.64%
B=36.33%

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
Decimal2141752220.040.2100.13289.7941.5977.84
HexD6AFDE4150D1222a4e
Octal32625733642501544252116
Binary11010110101011111101111010010101011011001000101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFDE; }

 p { color: rgb(214,175,222); }

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

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

 a { background-color: rgb(214,175,222); }

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

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

 span { border-color: rgb(214,175,222); }

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