#D3ADDD

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

Shades of Prelude #D3ADDD

Tints of Prelude #D3ADDD

Color information

#D3ADDD (or 0xD3ADDD) is unknown color: approx Prelude. HEX triplet: D3, AD and DD. RGB value is (211,173,221). Sum of RGB (Red+Green+Blue) = 211+173+221=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADDD is #2C5222. Grayscale: #BDBDBD. Windows color (decimal): -2904611 or 14527955. OLE color: 14527955.

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

Color convert

RGB211173221-
CMYK0.050.2200.13
HSL287.5º41.38%77.25%-
HSV(B)287.5º21.72%86.67%-
XYZ54.8648.9674.96-
YUV189.83145.59143.1-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 221 (86.72% from 255) = 36.53%
R=34.88%
G=28.60%
B=36.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111732210.050.2200.13287.541.3877.25
HexD3ADDD5160D120294d
Octal32325533552601544051115
Binary11010011101011011101110110110110011011001000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3ADDD; }

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

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

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

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

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

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

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

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