#D5AFDD

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

Shades of Prelude #D5AFDD

Tints of Prelude #D5AFDD

Color information

#D5AFDD (or 0xD5AFDD) is unknown color: approx Prelude. HEX triplet: D5, AF and DD. RGB value is (213,175,221). Sum of RGB (Red+Green+Blue) = 213+175+221=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFDD is #2A5022. Grayscale: #BFBFBF. Windows color (decimal): -2773027 or 14528469. OLE color: 14528469.

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

Color convert

RGB213175221-
CMYK0.040.2100.13
HSL289.57º40.35%77.65%-
HSV(B)289.57º20.81%86.67%-
XYZ55.8250.0375.12-
YUV191.61144.59143.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=34.98%
G=28.74%
B=36.29%

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
Decimal2131752210.040.2100.13289.5740.3577.65
HexD5AFDD4150D122284e
Octal32525733542501544250116
Binary11010101101011111101110110010101011011001000101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFDD; }

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

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

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

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

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

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

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

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