#D1BFDA

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

Shades of Prelude #D1BFDA

Tints of Prelude #D1BFDA

Color information

#D1BFDA (or 0xD1BFDA) is unknown color: approx Prelude. HEX triplet: D1, BF and DA. RGB value is (209,191,218). Sum of RGB (Red+Green+Blue) = 209+191+218=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFDA is #2E4025. Grayscale: #C7C7C7. Windows color (decimal): -3031078 or 14335953. OLE color: 14335953.

HSL color Cylindrical-coordinate representation of color #D1BFDA: hue angle of 280º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D1BFDA is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209191218-
CMYK0.040.1200.15
HSL280º26.73%80.2%-
HSV(B)280º12.39%85.49%-
XYZ57.5855.8874.08-
YUV199.46138.46134.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.82%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=33.82%
G=30.91%
B=35.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091912180.040.1200.1528026.7380.2
HexD1BFDA4C0F1181b50
Octal32127733241401743033120
Binary110100011011111111011010100110001111100011000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BFDA; }

 p { color: rgb(209,191,218); }

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

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

 a { background-color: rgb(209,191,218); }

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

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

 span { border-color: rgb(209,191,218); }

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