#D4BFDC

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

Shades of Prelude #D4BFDC

Tints of Prelude #D4BFDC

Color information

#D4BFDC (or 0xD4BFDC) is unknown color: approx Prelude. HEX triplet: D4, BF and DC. RGB value is (212,191,220). Sum of RGB (Red+Green+Blue) = 212+191+220=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BFDC is #2B4023. Grayscale: #C8C8C8. Windows color (decimal): -2834468 or 14467028. OLE color: 14467028.

HSL color Cylindrical-coordinate representation of color #D4BFDC: hue angle of 283.45º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4BFDC is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212191220-
CMYK0.040.1300.14
HSL283.45º29.29%80.59%-
HSV(B)283.45º13.18%86.27%-
XYZ58.756.4375.51-
YUV200.58138.96136.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 191 (75% from 255) = 30.66%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=34.03%
G=30.66%
B=35.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121912200.040.1300.14283.4529.2980.59
HexD4BFDC4D0E11b1d51
Octal32427733441501643335121
Binary110101001011111111011100100110101110100011011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BFDC; }

 p { color: rgb(212,191,220); }

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

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

 a { background-color: rgb(212,191,220); }

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

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

 span { border-color: rgb(212,191,220); }

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