#D5C2DC

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

Shades of Prelude #D5C2DC

Tints of Prelude #D5C2DC

Color information

#D5C2DC (or 0xD5C2DC) is unknown color: approx Prelude. HEX triplet: D5, C2 and DC. RGB value is (213,194,220). Sum of RGB (Red+Green+Blue) = 213+194+220=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 220 (86.33% from 255 or 35.09% from 627); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2DC is #2A3D23. Grayscale: #CACACA. Windows color (decimal): -2768164 or 14467797. OLE color: 14467797.

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

Color convert

RGB213194220-
CMYK0.030.1200.14
HSL283.85º27.08%81.18%-
HSV(B)283.85º11.82%86.27%-
XYZ59.6557.975.74-
YUV202.64137.79135.39-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 220 (86.33% from 255) = 35.09%
R=33.97%
G=30.94%
B=35.09%

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
Decimal2131942200.030.1200.14283.8527.0881.18
HexD5C2DC3C0E11c1b51
Octal32530233431401643433121
Binary11010101110000101101110011110001110100011100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C2DC; }

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

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

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

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

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

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

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

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