#D2BADC

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

Shades of Prelude #D2BADC

Tints of Prelude #D2BADC

Color information

#D2BADC (or 0xD2BADC) is unknown color: approx Prelude. HEX triplet: D2, BA and DC. RGB value is (210,186,220). Sum of RGB (Red+Green+Blue) = 210+186+220=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BADC is #2D4523. Grayscale: #C4C4C4. Windows color (decimal): -2966820 or 14465746. OLE color: 14465746.

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

Color convert

RGB210186220-
CMYK0.050.1500.14
HSL282.35º32.69%79.61%-
HSV(B)282.35º15.45%86.27%-
XYZ57.0653.9975.12-
YUV197.05140.95137.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 186 (73.05% from 255) = 30.19%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=34.09%
G=30.19%
B=35.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101862200.050.1500.14282.3532.6979.61
HexD2BADC5F0E11a2150
Octal32227233451701643241120
Binary1101001010111010110111001011111011101000110101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2BADC; }

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

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

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

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

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

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

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

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