#D2AEDF

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

Shades of Prelude #D2AEDF

Tints of Prelude #D2AEDF

Color information

#D2AEDF (or 0xD2AEDF) is unknown color: approx Prelude. HEX triplet: D2, AE and DF. RGB value is (210,174,223). Sum of RGB (Red+Green+Blue) = 210+174+223=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEDF is #2D5120. Grayscale: #BEBEBE. Windows color (decimal): -2969889 or 14659282. OLE color: 14659282.

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

Color convert

RGB210174223-
CMYK0.060.2200.13
HSL284.08º43.36%77.84%-
HSV(B)284.08º21.97%87.45%-
XYZ55.0349.376.43-
YUV190.35146.43142.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 223 (87.5% from 255) = 36.74%
R=34.60%
G=28.67%
B=36.74%

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
Decimal2101742230.060.2200.13284.0843.3677.84
HexD2AEDF6160D11c2b4e
Octal32225633762601543453116
Binary11010010101011101101111111010110011011000111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEDF; }

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

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

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

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

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

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

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

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