#D5BEE1

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

Shades of Prelude #D5BEE1

Tints of Prelude #D5BEE1

Color information

#D5BEE1 (or 0xD5BEE1) is unknown color: approx Prelude. HEX triplet: D5, BE and E1. RGB value is (213,190,225). Sum of RGB (Red+Green+Blue) = 213+190+225=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #D5BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BEE1 is #2A411E. Grayscale: #C8C8C8. Windows color (decimal): -2769183 or 14794453. OLE color: 14794453.

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

Color convert

RGB213190225-
CMYK0.050.1600.12
HSL279.43º36.84%81.37%-
HSV(B)279.43º15.56%88.24%-
XYZ59.4456.4178.99-
YUV200.87141.62136.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 225 (88.28% from 255) = 35.83%
R=33.92%
G=30.25%
B=35.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2131902250.050.1600.12279.4336.8481.37
HexD5BEE15100C1172551
Octal32527634152001442745121
Binary11010101101111101110000110110000011001000101111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEE1; }

 p { color: rgb(213,190,225); }

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

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

 a { background-color: rgb(213,190,225); }

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

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

 span { border-color: rgb(213,190,225); }

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