#D5B1E8

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

Shades of Prelude #D5B1E8

Tints of Prelude #D5B1E8

Color information

#D5B1E8 (or 0xD5B1E8) is unknown color: approx Prelude. HEX triplet: D5, B1 and E8. RGB value is (213,177,232). Sum of RGB (Red+Green+Blue) = 213+177+232=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 177 (69.53% from 255 or 28.46% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #D5B1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B1E8 is #2A4E17. Grayscale: #C1C1C1. Windows color (decimal): -2772504 or 15249877. OLE color: 15249877.

HSL color Cylindrical-coordinate representation of color #D5B1E8: hue angle of 279.27º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D5B1E8 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB213177232-
CMYK0.080.2400.09
HSL279.27º54.46%80.2%-
HSV(B)279.27º23.71%90.98%-
XYZ57.7351.4283.23-
YUV194.03149.43141.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 177 (69.53% from 255) = 28.46%
BLUE value IS 232 (91.02% from 255) = 37.30%
R=34.24%
G=28.46%
B=37.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2131772320.080.2400.09279.2754.4680.2
HexD5B1E8818091173650
Octal325261350103001142766120
Binary110101011011000111101000100011000010011000101111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B1E8; }

 p { color: rgb(213,177,232); }

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

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

 a { background-color: rgb(213,177,232); }

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

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

 span { border-color: rgb(213,177,232); }

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