#D3ADDC

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

Shades of Prelude #D3ADDC

Tints of Prelude #D3ADDC

Color information

#D3ADDC (or 0xD3ADDC) is unknown color: approx Prelude. HEX triplet: D3, AD and DC. RGB value is (211,173,220). Sum of RGB (Red+Green+Blue) = 211+173+220=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADDC is #2C5223. Grayscale: #BDBDBD. Windows color (decimal): -2904612 or 14462419. OLE color: 14462419.

HSL color Cylindrical-coordinate representation of color #D3ADDC: hue angle of 288.51º 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 #D3ADDC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211173220-
CMYK0.040.2100.14
HSL288.51º40.17%77.06%-
HSV(B)288.51º21.36%86.27%-
XYZ54.7348.974.27-
YUV189.72145.09143.18-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=34.93%
G=28.64%
B=36.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111732200.040.2100.14288.5140.1777.06
HexD3ADDC4150E121284d
Octal32325533442501644150115
Binary11010011101011011101110010010101011101001000011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADDC; }

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

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

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

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

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

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

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

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