#D9BBE5

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

Shades of Prelude #D9BBE5

Tints of Prelude #D9BBE5

Color information

#D9BBE5 (or 0xD9BBE5) is unknown color: approx Prelude. HEX triplet: D9, BB and E5. RGB value is (217,187,229). Sum of RGB (Red+Green+Blue) = 217+187+229=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 229 (89.84% from 255 or 36.18% from 633); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9BBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBE5 is #26441A. Grayscale: #C8C8C8. Windows color (decimal): -2507803 or 15055833. OLE color: 15055833.

HSL color Cylindrical-coordinate representation of color #D9BBE5: hue angle of 282.86º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9BBE5 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217187229-
CMYK0.050.1800.10
HSL282.86º44.68%81.57%-
HSV(B)282.86º18.34%89.8%-
XYZ60.5355.9581.74-
YUV200.76143.94139.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 187 (73.44% from 255) = 29.54%
BLUE value IS 229 (89.84% from 255) = 36.18%
R=34.28%
G=29.54%
B=36.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171872290.050.1800.10282.8644.6881.57
HexD9BBE55120A11b2d52
Octal33127334552201243355122
Binary11011001101110111110010110110010010101000110111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9BBE5; }

 p { color: rgb(217,187,229); }

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

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

 a { background-color: rgb(217,187,229); }

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

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

 span { border-color: rgb(217,187,229); }

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