#D5C2DD

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

Shades of Prelude #D5C2DD

Tints of Prelude #D5C2DD

Color information

#D5C2DD (or 0xD5C2DD) is unknown color: approx Prelude. HEX triplet: D5, C2 and DD. RGB value is (213,194,221). Sum of RGB (Red+Green+Blue) = 213+194+221=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 194 (76.17% from 255 or 30.89% 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 #D5C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2DD is #2A3D22. Grayscale: #CACACA. Windows color (decimal): -2768163 or 14533333. OLE color: 14533333.

HSL color Cylindrical-coordinate representation of color #D5C2DD: hue angle of 282.22º 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 #D5C2DD is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213194221-
CMYK0.040.1200.13
HSL282.22º28.42%81.37%-
HSV(B)282.22º12.22%86.67%-
XYZ59.7857.9576.44-
YUV202.76138.29135.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.92%
GREEN value IS 194 (76.17% from 255) = 30.89%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=33.92%
G=30.89%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131942210.040.1200.13282.2228.4281.37
HexD5C2DD4C0D11a1c51
Octal32530233541401543234121
Binary110101011100001011011101100110001101100011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C2DD; }

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

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

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

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

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

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

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

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