#D5BADE

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

Shades of Prelude #D5BADE

Tints of Prelude #D5BADE

Color information

#D5BADE (or 0xD5BADE) is unknown color: approx Prelude. HEX triplet: D5, BA and DE. RGB value is (213,186,222). Sum of RGB (Red+Green+Blue) = 213+186+222=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BADE is #2A4521. Grayscale: #C6C6C6. Windows color (decimal): -2770210 or 14596821. OLE color: 14596821.

HSL color Cylindrical-coordinate representation of color #D5BADE: hue angle of 285º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5BADE is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213186222-
CMYK0.040.1600.13
HSL285º35.29%80%-
HSV(B)285º16.22%87.06%-
XYZ58.1854.5476.57-
YUV198.18141.45138.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 186 (73.05% from 255) = 29.95%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=34.30%
G=29.95%
B=35.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131862220.040.1600.1328535.2980
HexD5BADE4100D11d2350
Octal32527233642001543543120
Binary11010101101110101101111010010000011011000111011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BADE; }

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

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

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

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

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

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

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

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