#D5C1DC

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

Shades of Prelude #D5C1DC

Tints of Prelude #D5C1DC

Color information

#D5C1DC (or 0xD5C1DC) is unknown color: approx Prelude. HEX triplet: D5, C1 and DC. RGB value is (213,193,220). Sum of RGB (Red+Green+Blue) = 213+193+220=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 193 (75.78% from 255 or 30.83% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C1DC is #2A3E23. Grayscale: #C9C9C9. Windows color (decimal): -2768420 or 14467541. OLE color: 14467541.

HSL color Cylindrical-coordinate representation of color #D5C1DC: hue angle of 284.44º degrees, saturation: 0.28, 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 #D5C1DC is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB213193220-
CMYK0.030.1200.14
HSL284.44º27.84%80.98%-
HSV(B)284.44º12.27%86.27%-
XYZ59.4357.4575.67-
YUV202.06138.13135.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 193 (75.78% from 255) = 30.83%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=34.03%
G=30.83%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131932200.030.1200.14284.4427.8480.98
HexD5C1DC3C0E11c1c51
Octal32530133431401643434121
Binary11010101110000011101110011110001110100011100111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C1DC; }

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

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

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

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

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

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

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

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