#D2AFE5

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

Shades of Prelude #D2AFE5

Tints of Prelude #D2AFE5

Color information

#D2AFE5 (or 0xD2AFE5) is unknown color: approx Prelude. HEX triplet: D2, AF and E5. RGB value is (210,175,229). Sum of RGB (Red+Green+Blue) = 210+175+229=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2AFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFE5 is #2D501A. Grayscale: #BFBFBF. Windows color (decimal): -2969627 or 15052754. OLE color: 15052754.

HSL color Cylindrical-coordinate representation of color #D2AFE5: hue angle of 278.89º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2AFE5 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210175229-
CMYK0.080.2400.10
HSL278.89º50.94%79.22%-
HSV(B)278.89º23.58%89.8%-
XYZ56.0550.0280.83-
YUV191.62149.1141.11-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 229 (89.84% from 255) = 37.30%
R=34.20%
G=28.50%
B=37.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101752290.080.2400.10278.8950.9479.22
HexD2AFE58180A117334f
Octal322257345103001242763117
Binary110100101010111111100101100011000010101000101111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFE5; }

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

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

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

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

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

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

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

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