#D2AFDC

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

Shades of Prelude #D2AFDC

Tints of Prelude #D2AFDC

Color information

#D2AFDC (or 0xD2AFDC) is unknown color: approx Prelude. HEX triplet: D2, AF and DC. RGB value is (210,175,220). Sum of RGB (Red+Green+Blue) = 210+175+220=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AFDC is #2D5023. Grayscale: #BEBEBE. Windows color (decimal): -2969636 or 14462930. OLE color: 14462930.

HSL color Cylindrical-coordinate representation of color #D2AFDC: hue angle of 286.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2AFDC is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210175220-
CMYK0.050.2000.14
HSL286.67º39.13%77.45%-
HSV(B)286.67º20.45%86.27%-
XYZ54.8349.5374.38-
YUV190.6144.6141.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 175 (68.75% from 255) = 28.93%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=34.71%
G=28.93%
B=36.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101752200.050.2000.14286.6739.1377.45
HexD2AFDC5140E11f274d
Octal32225733452401643747115
Binary11010010101011111101110010110100011101000111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFDC; }

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

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

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

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

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

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

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

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