#D0ABD8

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

Shades of Prelude #D0ABD8

Tints of Prelude #D0ABD8

Color information

#D0ABD8 (or 0xD0ABD8) is unknown color: approx Prelude. HEX triplet: D0, AB and D8. RGB value is (208,171,216). Sum of RGB (Red+Green+Blue) = 208+171+216=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0ABD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABD8 is #2F5427. Grayscale: #BBBBBB. Windows color (decimal): -3101736 or 14199760. OLE color: 14199760.

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

Color convert

RGB208171216-
CMYK0.040.2100.15
HSL289.33º36.59%75.88%-
HSV(B)289.33º20.83%84.71%-
XYZ52.9747.4971.34-
YUV187.19144.26142.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=34.96%
G=28.74%
B=36.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081712160.040.2100.15289.3336.5975.88
HexD0ABD84150F121254c
Octal32025333042501744145114
Binary11010000101010111101100010010101011111001000011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ABD8; }

 p { color: rgb(208,171,216); }

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

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

 a { background-color: rgb(208,171,216); }

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

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

 span { border-color: rgb(208,171,216); }

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