#D1ADDC

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

Shades of Prelude #D1ADDC

Tints of Prelude #D1ADDC

Color information

#D1ADDC (or 0xD1ADDC) is unknown color: approx Prelude. HEX triplet: D1, AD and DC. RGB value is (209,173,220). Sum of RGB (Red+Green+Blue) = 209+173+220=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADDC is #2E5223. Grayscale: #BCBCBC. Windows color (decimal): -3035684 or 14462417. OLE color: 14462417.

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

Color convert

RGB209173220-
CMYK0.050.2100.14
HSL285.96º40.17%77.06%-
HSV(B)285.96º21.36%86.27%-
XYZ54.1648.6174.24-
YUV189.12145.43142.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.72%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=34.72%
G=28.74%
B=36.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091732200.050.2100.14285.9640.1777.06
HexD1ADDC5150E11e284d
Octal32125533452501643650115
Binary11010001101011011101110010110101011101000111101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADDC; }

 p { color: rgb(209,173,220); }

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

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

 a { background-color: rgb(209,173,220); }

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

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

 span { border-color: rgb(209,173,220); }

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