#D5AFDF

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

Shades of Prelude #D5AFDF

Tints of Prelude #D5AFDF

Color information

#D5AFDF (or 0xD5AFDF) is unknown color: approx Prelude. HEX triplet: D5, AF and DF. RGB value is (213,175,223). Sum of RGB (Red+Green+Blue) = 213+175+223=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFDF is #2A5020. Grayscale: #BFBFBF. Windows color (decimal): -2773025 or 14659541. OLE color: 14659541.

HSL color Cylindrical-coordinate representation of color #D5AFDF: hue angle of 287.5º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5AFDF is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213175223-
CMYK0.040.2200.13
HSL287.5º42.86%78.04%-
HSV(B)287.5º21.52%87.45%-
XYZ56.0950.1376.53-
YUV191.83145.59143.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 175 (68.75% from 255) = 28.64%
BLUE value IS 223 (87.5% from 255) = 36.50%
R=34.86%
G=28.64%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131752230.040.2200.13287.542.8678.04
HexD5AFDF4160D1202b4e
Octal32525733742601544053116
Binary11010101101011111101111110010110011011001000001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFDF; }

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

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

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

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

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

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

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

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