#D3C2DD

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

Shades of Prelude #D3C2DD

Tints of Prelude #D3C2DD

Color information

#D3C2DD (or 0xD3C2DD) is unknown color: approx Prelude. HEX triplet: D3, C2 and DD. RGB value is (211,194,221). Sum of RGB (Red+Green+Blue) = 211+194+221=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C2DD is #2C3D22. Grayscale: #CACACA. Windows color (decimal): -2899235 or 14533331. OLE color: 14533331.

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

Color convert

RGB211194221-
CMYK0.050.1200.13
HSL277.78º28.42%81.37%-
HSV(B)277.78º12.22%86.67%-
XYZ59.2157.6576.41-
YUV202.16138.63134.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.71%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=33.71%
G=30.99%
B=35.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2111942210.050.1200.13277.7828.4281.37
HexD3C2DD5C0D1161c51
Octal32330233551401542634121
Binary110100111100001011011101101110001101100010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3C2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3C2DD; }

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

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

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

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

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

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

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

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