#D5B2DD

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

Shades of Prelude #D5B2DD

Tints of Prelude #D5B2DD

Color information

#D5B2DD (or 0xD5B2DD) is unknown color: approx Prelude. HEX triplet: D5, B2 and DD. RGB value is (213,178,221). Sum of RGB (Red+Green+Blue) = 213+178+221=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #D5B2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B2DD is #2A4D22. Grayscale: #C1C1C1. Windows color (decimal): -2772259 or 14529237. OLE color: 14529237.

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

Color convert

RGB213178221-
CMYK0.040.1900.13
HSL288.84º38.74%78.24%-
HSV(B)288.84º19.46%86.67%-
XYZ56.4151.2175.32-
YUV193.37143.6142-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 221 (86.72% from 255) = 36.11%
R=34.80%
G=29.08%
B=36.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131782210.040.1900.13288.8438.7478.24
HexD5B2DD4130D121274e
Octal32526233542301544147116
Binary11010101101100101101110110010011011011001000011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B2DD; }

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

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

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

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

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

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

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

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