#D1B3E4

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

Shades of Prelude #D1B3E4

Tints of Prelude #D1B3E4

Color information

#D1B3E4 (or 0xD1B3E4) is unknown color: approx Prelude. HEX triplet: D1, B3 and E4. RGB value is (209,179,228). Sum of RGB (Red+Green+Blue) = 209+179+228=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 228 (89.45% from 255 or 37.01% from 616); Max value from RGB is 228 - color contains mainly: blue. Hex color #D1B3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3E4 is #2E4C1B. Grayscale: #C1C1C1. Windows color (decimal): -3034140 or 14988241. OLE color: 14988241.

HSL color Cylindrical-coordinate representation of color #D1B3E4: hue angle of 276.73º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1B3E4 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209179228-
CMYK0.080.2100.11
HSL276.73º47.57%79.8%-
HSV(B)276.73º21.49%89.41%-
XYZ56.4251.480.35-
YUV193.56147.44139.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.93%
GREEN value IS 179 (70.31% from 255) = 29.06%
BLUE value IS 228 (89.45% from 255) = 37.01%
R=33.93%
G=29.06%
B=37.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2091792280.080.2100.11276.7347.5779.8
HexD1B3E48150B1153050
Octal321263344102501342560120
Binary110100011011001111100100100010101010111000101011100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B3E4; }

 p { color: rgb(209,179,228); }

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

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

 a { background-color: rgb(209,179,228); }

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

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

 span { border-color: rgb(209,179,228); }

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