#D2AFDE

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

Shades of Prelude #D2AFDE

Tints of Prelude #D2AFDE

Color information

#D2AFDE (or 0xD2AFDE) is unknown color: approx Prelude. HEX triplet: D2, AF and DE. RGB value is (210,175,222). Sum of RGB (Red+Green+Blue) = 210+175+222=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFDE is #2D5021. Grayscale: #BEBEBE. Windows color (decimal): -2969634 or 14594002. OLE color: 14594002.

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

Color convert

RGB210175222-
CMYK0.050.2100.13
HSL284.68º41.59%77.84%-
HSV(B)284.68º21.17%87.06%-
XYZ55.0949.6475.78-
YUV190.82145.6141.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=34.60%
G=28.83%
B=36.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101752220.050.2100.13284.6841.5977.84
HexD2AFDE5150D11d2a4e
Octal32225733652501543552116
Binary11010010101011111101111010110101011011000111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFDE; }

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

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

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

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

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

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

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

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