#D5B7E4

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

Shades of Prelude #D5B7E4

Tints of Prelude #D5B7E4

Color information

#D5B7E4 (or 0xD5B7E4) is unknown color: approx Prelude. HEX triplet: D5, B7 and E4. RGB value is (213,183,228). Sum of RGB (Red+Green+Blue) = 213+183+228=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5B7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7E4 is #2A481B. Grayscale: #C4C4C4. Windows color (decimal): -2770972 or 14989269. OLE color: 14989269.

HSL color Cylindrical-coordinate representation of color #D5B7E4: hue angle of 280º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5B7E4 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB213183228-
CMYK0.070.2000.11
HSL280º45.45%80.59%-
HSV(B)280º19.74%89.41%-
XYZ58.3853.6180.67-
YUV197.1145.44139.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 228 (89.45% from 255) = 36.54%
R=34.13%
G=29.33%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2131832280.070.2000.1128045.4580.59
HexD5B7E47140B1182d51
Octal32526734472401343055121
Binary11010101101101111110010011110100010111000110001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B7E4; }

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

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

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

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

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

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

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

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