#D0AFDF

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

Shades of Prelude #D0AFDF

Tints of Prelude #D0AFDF

Color information

#D0AFDF (or 0xD0AFDF) is unknown color: approx Prelude. HEX triplet: D0, AF and DF. RGB value is (208,175,223). Sum of RGB (Red+Green+Blue) = 208+175+223=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFDF is #2F5020. Grayscale: #BEBEBE. Windows color (decimal): -3100705 or 14659536. OLE color: 14659536.

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

Color convert

RGB208175223-
CMYK0.070.2200.13
HSL281.25º42.86%78.04%-
HSV(B)281.25º21.52%87.45%-
XYZ54.6649.476.47-
YUV190.34146.43140.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=34.32%
G=28.88%
B=36.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081752230.070.2200.13281.2542.8678.04
HexD0AFDF7160D1192b4e
Octal32025733772601543153116
Binary11010000101011111101111111110110011011000110011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFDF; }

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

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

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

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

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

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

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

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