#D3BADC

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

Shades of Prelude #D3BADC

Tints of Prelude #D3BADC

Color information

#D3BADC (or 0xD3BADC) is unknown color: approx Prelude. HEX triplet: D3, BA and DC. RGB value is (211,186,220). Sum of RGB (Red+Green+Blue) = 211+186+220=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BADC is #2C4523. Grayscale: #C5C5C5. Windows color (decimal): -2901284 or 14465747. OLE color: 14465747.

HSL color Cylindrical-coordinate representation of color #D3BADC: hue angle of 284.12º 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 #D3BADC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211186220-
CMYK0.040.1500.14
HSL284.12º32.69%79.61%-
HSV(B)284.12º15.45%86.27%-
XYZ57.3454.1375.14-
YUV197.35140.78137.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.20%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=34.20%
G=30.15%
B=35.66%

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
Decimal2111862200.040.1500.14284.1232.6979.61
HexD3BADC4F0E11c2150
Octal32327233441701643441120
Binary1101001110111010110111001001111011101000111001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3BADC; }

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

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

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

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

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

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

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

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