#D0AFDD

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

Shades of Prelude #D0AFDD

Tints of Prelude #D0AFDD

Color information

#D0AFDD (or 0xD0AFDD) is unknown color: approx Prelude. HEX triplet: D0, AF and DD. RGB value is (208,175,221). Sum of RGB (Red+Green+Blue) = 208+175+221=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #D0AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFDD is #2F5022. Grayscale: #BDBDBD. Windows color (decimal): -3100707 or 14528464. OLE color: 14528464.

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

Color convert

RGB208175221-
CMYK0.060.2100.13
HSL283.04º40.35%77.65%-
HSV(B)283.04º20.81%86.67%-
XYZ54.3949.2975.05-
YUV190.11145.43140.76-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=34.44%
G=28.97%
B=36.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081752210.060.2100.13283.0440.3577.65
HexD0AFDD6150D11b284e
Octal32025733562501543350116
Binary11010000101011111101110111010101011011000110111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFDD; }

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

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

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

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

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

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

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

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