#D2AFDF

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

Shades of Prelude #D2AFDF

Tints of Prelude #D2AFDF

Color information

#D2AFDF (or 0xD2AFDF) is unknown color: approx Prelude. HEX triplet: D2, AF and DF. RGB value is (210,175,223). Sum of RGB (Red+Green+Blue) = 210+175+223=608 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.54% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFDF is #2D5020. Grayscale: #BEBEBE. Windows color (decimal): -2969633 or 14659538. OLE color: 14659538.

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

Color convert

RGB210175223-
CMYK0.060.2200.13
HSL283.75º42.86%78.04%-
HSV(B)283.75º21.52%87.45%-
XYZ55.2349.6976.49-
YUV190.94146.1141.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.54%
GREEN value IS 175 (68.75% from 255) = 28.78%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=34.54%
G=28.78%
B=36.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101752230.060.2200.13283.7542.8678.04
HexD2AFDF6160D11c2b4e
Octal32225733762601543453116
Binary11010010101011111101111111010110011011000111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFDF; }

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

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

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

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

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

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

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

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