#D5C2DB

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

Shades of Prelude #D5C2DB

Tints of Prelude #D5C2DB

Color information

#D5C2DB (or 0xD5C2DB) is unknown color: approx Prelude. HEX triplet: D5, C2 and DB. RGB value is (213,194,219). Sum of RGB (Red+Green+Blue) = 213+194+219=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C2DB is #2A3D24. Grayscale: #CACACA. Windows color (decimal): -2768165 or 14402261. OLE color: 14402261.

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

Color convert

RGB213194219-
CMYK0.030.1100.14
HSL285.6º25.77%80.98%-
HSV(B)285.6º11.42%85.88%-
XYZ59.5257.8475.05-
YUV202.53137.29135.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.03%
GREEN value IS 194 (76.17% from 255) = 30.99%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=34.03%
G=30.99%
B=34.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131942190.030.1100.14285.625.7780.98
HexD5C2DB3B0E11e1a51
Octal32530233331301643632121
Binary11010101110000101101101111101101110100011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C2DB; }

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

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

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

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

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

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

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

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