#D4BADC

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

Shades of Prelude #D4BADC

Tints of Prelude #D4BADC

Color information

#D4BADC (or 0xD4BADC) is unknown color: approx Prelude. HEX triplet: D4, BA and DC. RGB value is (212,186,220). Sum of RGB (Red+Green+Blue) = 212+186+220=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BADC is #2B4523. Grayscale: #C5C5C5. Windows color (decimal): -2835748 or 14465748. OLE color: 14465748.

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

Color convert

RGB212186220-
CMYK0.040.1500.14
HSL285.88º32.69%79.61%-
HSV(B)285.88º15.45%86.27%-
XYZ57.6354.2875.15-
YUV197.65140.61138.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.30%
GREEN value IS 186 (73.05% from 255) = 30.10%
BLUE value IS 220 (86.33% from 255) = 35.60%
R=34.30%
G=30.10%
B=35.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121862200.040.1500.14285.8832.6979.61
HexD4BADC4F0E11e2150
Octal32427233441701643641120
Binary1101010010111010110111001001111011101000111101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BADC; }

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

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

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

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

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

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

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

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