#D5B6E0

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

Shades of Prelude #D5B6E0

Tints of Prelude #D5B6E0

Color information

#D5B6E0 (or 0xD5B6E0) is unknown color: approx Prelude. HEX triplet: D5, B6 and E0. RGB value is (213,182,224). Sum of RGB (Red+Green+Blue) = 213+182+224=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #D5B6E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B6E0 is #2A491F. Grayscale: #C3C3C3. Windows color (decimal): -2771232 or 14726869. OLE color: 14726869.

HSL color Cylindrical-coordinate representation of color #D5B6E0: hue angle of 284.29º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5B6E0 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB213182224-
CMYK0.050.1900.12
HSL284.29º40.38%79.61%-
HSV(B)284.29º18.75%87.84%-
XYZ57.6252.9877.71-
YUV196.06143.77140.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.41%
GREEN value IS 182 (71.48% from 255) = 29.40%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=34.41%
G=29.40%
B=36.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131822240.050.1900.12284.2940.3879.61
HexD5B6E05130C11c2850
Octal32526634052301443450120
Binary11010101101101101110000010110011011001000111001010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B6E0; }

 p { color: rgb(213,182,224); }

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

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

 a { background-color: rgb(213,182,224); }

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

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

 span { border-color: rgb(213,182,224); }

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