#D1C1DB

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

Shades of Prelude #D1C1DB

Tints of Prelude #D1C1DB

Color information

#D1C1DB (or 0xD1C1DB) is unknown color: approx Prelude. HEX triplet: D1, C1 and DB. RGB value is (209,193,219). Sum of RGB (Red+Green+Blue) = 209+193+219=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1C1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1DB is #2E3E24. Grayscale: #C8C8C8. Windows color (decimal): -3030565 or 14402001. OLE color: 14402001.

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

Color convert

RGB209193219-
CMYK0.050.1200.14
HSL276.92º26.53%80.78%-
HSV(B)276.92º11.87%85.88%-
XYZ58.1556.8174.92-
YUV200.75138.3133.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 219 (85.94% from 255) = 35.27%
R=33.66%
G=31.08%
B=35.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091932190.050.1200.14276.9226.5380.78
HexD1C1DB5C0E1151b51
Octal32130133351401642533121
Binary110100011100000111011011101110001110100010101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C1DB; }

 p { color: rgb(209,193,219); }

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

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

 a { background-color: rgb(209,193,219); }

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

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

 span { border-color: rgb(209,193,219); }

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