#D1BADB

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

Shades of Prelude #D1BADB

Tints of Prelude #D1BADB

Color information

#D1BADB (or 0xD1BADB) is unknown color: approx Prelude. HEX triplet: D1, BA and DB. RGB value is (209,186,219). Sum of RGB (Red+Green+Blue) = 209+186+219=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BADB is #2E4524. Grayscale: #C4C4C4. Windows color (decimal): -3032357 or 14400209. OLE color: 14400209.

HSL color Cylindrical-coordinate representation of color #D1BADB: hue angle of 281.82º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1BADB is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209186219-
CMYK0.050.1500.14
HSL281.82º31.43%79.41%-
HSV(B)281.82º15.07%85.88%-
XYZ56.6453.7974.41-
YUV196.64140.62136.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.04%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=34.04%
G=30.29%
B=35.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091862190.050.1500.14281.8231.4379.41
HexD1BADB5F0E11a1f4f
Octal32127233351701643237117
Binary110100011011101011011011101111101110100011010111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BADB; }

 p { color: rgb(209,186,219); }

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

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

 a { background-color: rgb(209,186,219); }

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

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

 span { border-color: rgb(209,186,219); }

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