#D1B6DC

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

Shades of Prelude #D1B6DC

Tints of Prelude #D1B6DC

Color information

#D1B6DC (or 0xD1B6DC) is unknown color: approx Prelude. HEX triplet: D1, B6 and DC. RGB value is (209,182,220). Sum of RGB (Red+Green+Blue) = 209+182+220=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1B6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B6DC is #2E4923. Grayscale: #C2C2C2. Windows color (decimal): -3033380 or 14464721. OLE color: 14464721.

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

Color convert

RGB209182220-
CMYK0.050.1700.14
HSL282.63º35.19%78.82%-
HSV(B)282.63º17.27%86.27%-
XYZ55.9452.1874.83-
YUV194.4142.45138.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.21%
GREEN value IS 182 (71.48% from 255) = 29.79%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=34.21%
G=29.79%
B=36.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091822200.050.1700.14282.6335.1978.82
HexD1B6DC5110E11b234f
Octal32126633452101643343117
Binary11010001101101101101110010110001011101000110111000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B6DC; }

 p { color: rgb(209,182,220); }

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

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

 a { background-color: rgb(209,182,220); }

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

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

 span { border-color: rgb(209,182,220); }

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