#D6C1DD

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

Shades of Prelude #D6C1DD

Tints of Prelude #D6C1DD

Color information

#D6C1DD (or 0xD6C1DD) is unknown color: approx Prelude. HEX triplet: D6, C1 and DD. RGB value is (214,193,221). Sum of RGB (Red+Green+Blue) = 214+193+221=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 193 (75.78% from 255 or 30.73% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #D6C1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C1DD is #293E22. Grayscale: #CACACA. Windows color (decimal): -2702883 or 14533078. OLE color: 14533078.

HSL color Cylindrical-coordinate representation of color #D6C1DD: hue angle of 285º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6C1DD is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214193221-
CMYK0.030.1300.13
HSL285º29.17%81.18%-
HSV(B)285º12.67%86.67%-
XYZ59.8557.6676.38-
YUV202.47138.46136.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.08%
GREEN value IS 193 (75.78% from 255) = 30.73%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=34.08%
G=30.73%
B=35.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141932210.030.1300.1328529.1781.18
HexD6C1DD3D0D11d1d51
Octal32630133531501543535121
Binary11010110110000011101110111110101101100011101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C1DD; }

 p { color: rgb(214,193,221); }

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

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

 a { background-color: rgb(214,193,221); }

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

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

 span { border-color: rgb(214,193,221); }

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