#D3C2DB

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

Shades of Prelude #D3C2DB

Tints of Prelude #D3C2DB

Color information

#D3C2DB (or 0xD3C2DB) is unknown color: approx Prelude. HEX triplet: D3, C2 and DB. RGB value is (211,194,219). Sum of RGB (Red+Green+Blue) = 211+194+219=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 194 (76.17% from 255 or 31.09% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2DB is #2C3D24. Grayscale: #C9C9C9. Windows color (decimal): -2899237 or 14402259. OLE color: 14402259.

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

Color convert

RGB211194219-
CMYK0.040.1100.14
HSL280.8º25.77%80.98%-
HSV(B)280.8º11.42%85.88%-
XYZ58.9457.5575.02-
YUV201.93137.63134.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.81%
GREEN value IS 194 (76.17% from 255) = 31.09%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=33.81%
G=31.09%
B=35.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111942190.040.1100.14280.825.7780.98
HexD3C2DB4B0E1191a51
Octal32330233341301643132121
Binary110100111100001011011011100101101110100011001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C2DB; }

 p { color: rgb(211,194,219); }

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

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

 a { background-color: rgb(211,194,219); }

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

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

 span { border-color: rgb(211,194,219); }

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