#D5C3DB

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

Shades of Prelude #D5C3DB

Tints of Prelude #D5C3DB

Color information

#D5C3DB (or 0xD5C3DB) is unknown color: approx Prelude. HEX triplet: D5, C3 and DB. RGB value is (213,195,219). Sum of RGB (Red+Green+Blue) = 213+195+219=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C3DB is #2A3C24. Grayscale: #CBCBCB. Windows color (decimal): -2767909 or 14402517. OLE color: 14402517.

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

Color convert

RGB213195219-
CMYK0.030.1100.14
HSL285º25%81.18%-
HSV(B)285º10.96%85.88%-
XYZ59.7458.2975.12-
YUV203.12136.96135.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 219 (85.94% from 255) = 34.93%
R=33.97%
G=31.10%
B=34.93%

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
Decimal2131952190.030.1100.142852581.18
HexD5C3DB3B0E11d1951
Octal32530333331301643531121
Binary11010101110000111101101111101101110100011101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C3DB; }

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

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

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

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

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

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

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

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