#D1ABDA

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

Shades of Prelude #D1ABDA

Tints of Prelude #D1ABDA

Color information

#D1ABDA (or 0xD1ABDA) is unknown color: approx Prelude. HEX triplet: D1, AB and DA. RGB value is (209,171,218). Sum of RGB (Red+Green+Blue) = 209+171+218=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABDA is #2E5425. Grayscale: #BBBBBB. Windows color (decimal): -3036198 or 14330833. OLE color: 14330833.

HSL color Cylindrical-coordinate representation of color #D1ABDA: hue angle of 288.51º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1ABDA is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209171218-
CMYK0.040.2200.15
HSL288.51º38.84%76.27%-
HSV(B)288.51º21.56%85.49%-
XYZ53.5147.7472.72-
YUV187.72145.09143.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.95%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=34.95%
G=28.60%
B=36.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091712180.040.2200.15288.5138.8476.27
HexD1ABDA4160F121274c
Octal32125333242601744147114
Binary11010001101010111101101010010110011111001000011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABDA; }

 p { color: rgb(209,171,218); }

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

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

 a { background-color: rgb(209,171,218); }

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

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

 span { border-color: rgb(209,171,218); }

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