#D0ACDA

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

Shades of Prelude #D0ACDA

Tints of Prelude #D0ACDA

Color information

#D0ACDA (or 0xD0ACDA) is unknown color: approx Prelude. HEX triplet: D0, AC and DA. RGB value is (208,172,218). Sum of RGB (Red+Green+Blue) = 208+172+218=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 172 (67.58% from 255 or 28.76% 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 #D0ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACDA is #2F5325. Grayscale: #BBBBBB. Windows color (decimal): -3101478 or 14331088. OLE color: 14331088.

HSL color Cylindrical-coordinate representation of color #D0ACDA: hue angle of 286.96º degrees, saturation: 0.38, 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 #D0ACDA is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208172218-
CMYK0.050.2100.15
HSL286.96º38.33%76.47%-
HSV(B)286.96º21.1%85.49%-
XYZ53.4247.9872.77-
YUV188.01144.93142.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=34.78%
G=28.76%
B=36.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081722180.050.2100.15286.9638.3376.47
HexD0ACDA5150F11f264c
Octal32025433252501743746114
Binary11010000101011001101101010110101011111000111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACDA; }

 p { color: rgb(208,172,218); }

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

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

 a { background-color: rgb(208,172,218); }

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

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

 span { border-color: rgb(208,172,218); }

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