#D4B7DC

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

Shades of Prelude #D4B7DC

Tints of Prelude #D4B7DC

Color information

#D4B7DC (or 0xD4B7DC) is unknown color: approx Prelude. HEX triplet: D4, B7 and DC. RGB value is (212,183,220). Sum of RGB (Red+Green+Blue) = 212+183+220=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B7DC is #2B4823. Grayscale: #C3C3C3. Windows color (decimal): -2836516 or 14464980. OLE color: 14464980.

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

Color convert

RGB212183220-
CMYK0.040.1700.14
HSL287.03º34.58%79.02%-
HSV(B)287.03º16.82%86.27%-
XYZ5753.0374.94-
YUV195.89141.61139.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.47%
GREEN value IS 183 (71.88% from 255) = 29.76%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=34.47%
G=29.76%
B=35.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121832200.040.1700.14287.0334.5879.02
HexD4B7DC4110E11f234f
Octal32426733442101643743117
Binary11010100101101111101110010010001011101000111111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B7DC; }

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

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

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

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

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

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

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

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