#D5ADDE

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

Shades of Prelude #D5ADDE

Tints of Prelude #D5ADDE

Color information

#D5ADDE (or 0xD5ADDE) is unknown color: approx Prelude. HEX triplet: D5, AD and DE. RGB value is (213,173,222). Sum of RGB (Red+Green+Blue) = 213+173+222=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADDE is #2A5221. Grayscale: #BEBEBE. Windows color (decimal): -2773538 or 14593493. OLE color: 14593493.

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

Color convert

RGB213173222-
CMYK0.040.2200.13
HSL288.98º42.61%77.45%-
HSV(B)288.98º22.07%87.06%-
XYZ55.5749.3175.7-
YUV190.55145.75144.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.03%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=35.03%
G=28.45%
B=36.51%

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
Decimal2131732220.040.2200.13288.9842.6177.45
HexD5ADDE4160D1212b4d
Octal32525533642601544153115
Binary11010101101011011101111010010110011011001000011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADDE; }

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

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

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

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

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

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

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

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