#D5BBE3

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

Shades of Prelude #D5BBE3

Tints of Prelude #D5BBE3

Color information

#D5BBE3 (or 0xD5BBE3) is unknown color: approx Prelude. HEX triplet: D5, BB and E3. RGB value is (213,187,227). Sum of RGB (Red+Green+Blue) = 213+187+227=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 227 - color contains mainly: blue. Hex color #D5BBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBE3 is #2A441C. Grayscale: #C7C7C7. Windows color (decimal): -2769949 or 14924757. OLE color: 14924757.

HSL color Cylindrical-coordinate representation of color #D5BBE3: hue angle of 279º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5BBE3 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB213187227-
CMYK0.060.1800.11
HSL279º41.67%81.18%-
HSV(B)279º17.62%89.02%-
XYZ59.0855.2380.22-
YUV199.33143.61137.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 187 (73.44% from 255) = 29.82%
BLUE value IS 227 (89.06% from 255) = 36.20%
R=33.97%
G=29.82%
B=36.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2131872270.060.1800.1127941.6781.18
HexD5BBE36120B1172a51
Octal32527334362201342752121
Binary11010101101110111110001111010010010111000101111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBE3; }

 p { color: rgb(213,187,227); }

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

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

 a { background-color: rgb(213,187,227); }

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

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

 span { border-color: rgb(213,187,227); }

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