#D5B7DC

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

Shades of Prelude #D5B7DC

Tints of Prelude #D5B7DC

Color information

#D5B7DC (or 0xD5B7DC) is unknown color: approx Prelude. HEX triplet: D5, B7 and DC. RGB value is (213,183,220). Sum of RGB (Red+Green+Blue) = 213+183+220=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 183 (71.88% from 255 or 29.71% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7DC is #2A4823. Grayscale: #C4C4C4. Windows color (decimal): -2770980 or 14464981. OLE color: 14464981.

HSL color Cylindrical-coordinate representation of color #D5B7DC: hue angle of 288.65º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B7DC is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213183220-
CMYK0.030.1700.14
HSL288.65º34.58%79.02%-
HSV(B)288.65º16.82%86.27%-
XYZ57.2953.1874.96-
YUV196.19141.44139.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.58%
GREEN value IS 183 (71.88% from 255) = 29.71%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=34.58%
G=29.71%
B=35.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131832200.030.1700.14288.6534.5879.02
HexD5B7DC3110E121234f
Octal32526733432101644143117
Binary1101010110110111110111001110001011101001000011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B7DC; }

 p { color: rgb(213,183,220); }

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

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

 a { background-color: rgb(213,183,220); }

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

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

 span { border-color: rgb(213,183,220); }

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