#D1ABDB

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

Shades of Prelude #D1ABDB

Tints of Prelude #D1ABDB

Color information

#D1ABDB (or 0xD1ABDB) is unknown color: approx Prelude. HEX triplet: D1, AB and DB. RGB value is (209,171,219). Sum of RGB (Red+Green+Blue) = 209+171+219=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABDB is #2E5424. Grayscale: #BBBBBB. Windows color (decimal): -3036197 or 14396369. OLE color: 14396369.

HSL color Cylindrical-coordinate representation of color #D1ABDB: hue angle of 287.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1ABDB is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209171219-
CMYK0.050.2200.14
HSL287.5º40%76.47%-
HSV(B)287.5º21.92%85.88%-
XYZ53.6447.873.42-
YUV187.83145.59143.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.89%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 219 (85.94% from 255) = 36.56%
R=34.89%
G=28.55%
B=36.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091712190.050.2200.14287.54076.47
HexD1ABDB5160E120284c
Octal32125333352601644050114
Binary11010001101010111101101110110110011101001000001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABDB; }

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

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

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

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

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

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

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

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