#D5C0DC

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

Shades of Prelude #D5C0DC

Tints of Prelude #D5C0DC

Color information

#D5C0DC (or 0xD5C0DC) is unknown color: approx Prelude. HEX triplet: D5, C0 and DC. RGB value is (213,192,220). Sum of RGB (Red+Green+Blue) = 213+192+220=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 192 (75.39% from 255 or 30.72% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0DC is #2A3F23. Grayscale: #C9C9C9. Windows color (decimal): -2768676 or 14467285. OLE color: 14467285.

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

Color convert

RGB213192220-
CMYK0.030.1300.14
HSL285º28.57%80.78%-
HSV(B)285º12.73%86.27%-
XYZ59.2157.0175.59-
YUV201.47138.46136.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.08%
GREEN value IS 192 (75.39% from 255) = 30.72%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=34.08%
G=30.72%
B=35.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131922200.030.1300.1428528.5780.78
HexD5C0DC3D0E11d1d51
Octal32530033431501643535121
Binary11010101110000001101110011110101110100011101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0DC; }

 p { color: rgb(213,192,220); }

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

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

 a { background-color: rgb(213,192,220); }

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

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

 span { border-color: rgb(213,192,220); }

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