#D5ADDD

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

Shades of Prelude #D5ADDD

Tints of Prelude #D5ADDD

Color information

#D5ADDD (or 0xD5ADDD) is unknown color: approx Prelude. HEX triplet: D5, AD and DD. RGB value is (213,173,221). Sum of RGB (Red+Green+Blue) = 213+173+221=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADDD is #2A5222. Grayscale: #BEBEBE. Windows color (decimal): -2773539 or 14527957. OLE color: 14527957.

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

Color convert

RGB213173221-
CMYK0.040.2200.13
HSL290º41.38%77.25%-
HSV(B)290º21.72%86.67%-
XYZ55.4449.2574.99-
YUV190.43145.25144.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 173 (67.97% from 255) = 28.50%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=35.09%
G=28.50%
B=36.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131732210.040.2200.1329041.3877.25
HexD5ADDD4160D122294d
Octal32525533542601544251115
Binary11010101101011011101110110010110011011001000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADDD; }

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

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

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

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

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

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

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

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