#D3AFDD

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

Shades of Prelude #D3AFDD

Tints of Prelude #D3AFDD

Color information

#D3AFDD (or 0xD3AFDD) is unknown color: approx Prelude. HEX triplet: D3, AF and DD. RGB value is (211,175,221). Sum of RGB (Red+Green+Blue) = 211+175+221=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFDD is #2C5022. Grayscale: #BEBEBE. Windows color (decimal): -2904099 or 14528467. OLE color: 14528467.

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

Color convert

RGB211175221-
CMYK0.050.2100.13
HSL286.96º40.35%77.65%-
HSV(B)286.96º20.81%86.67%-
XYZ55.2549.7375.09-
YUV191.01144.93142.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.76%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=34.76%
G=28.83%
B=36.41%

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
Decimal2111752210.050.2100.13286.9640.3577.65
HexD3AFDD5150D11f284e
Octal32325733552501543750116
Binary11010011101011111101110110110101011011000111111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFDD; }

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

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

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

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

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

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

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

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