#D1B3DC

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

Shades of Prelude #D1B3DC

Tints of Prelude #D1B3DC

Color information

#D1B3DC (or 0xD1B3DC) is unknown color: approx Prelude. HEX triplet: D1, B3 and DC. RGB value is (209,179,220). Sum of RGB (Red+Green+Blue) = 209+179+220=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B3DC is #2E4C23. Grayscale: #C0C0C0. Windows color (decimal): -3034148 or 14463953. OLE color: 14463953.

HSL color Cylindrical-coordinate representation of color #D1B3DC: hue angle of 283.9º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1B3DC is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209179220-
CMYK0.050.1900.14
HSL283.9º36.94%78.24%-
HSV(B)283.9º18.64%86.27%-
XYZ55.3350.9674.63-
YUV192.64143.44139.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.38%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=34.38%
G=29.44%
B=36.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091792200.050.1900.14283.936.9478.24
HexD1B3DC5130E11c254e
Octal32126333452301643445116
Binary11010001101100111101110010110011011101000111001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B3DC; }

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

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

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

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

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

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

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

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