#D5C0DB

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

Shades of Prelude #D5C0DB

Tints of Prelude #D5C0DB

Color information

#D5C0DB (or 0xD5C0DB) is unknown color: approx Prelude. HEX triplet: D5, C0 and DB. RGB value is (213,192,219). Sum of RGB (Red+Green+Blue) = 213+192+219=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 192 (75.39% from 255 or 30.77% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C0DB is #2A3F24. Grayscale: #C9C9C9. Windows color (decimal): -2768677 or 14401749. OLE color: 14401749.

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

Color convert

RGB213192219-
CMYK0.030.1200.14
HSL286.67º27.27%80.59%-
HSV(B)286.67º12.33%85.88%-
XYZ59.0856.9674.9-
YUV201.36137.96136.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 192 (75.39% from 255) = 30.77%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=34.13%
G=30.77%
B=35.10%

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
Decimal2131922190.030.1200.14286.6727.2780.59
HexD5C0DB3C0E11f1b51
Octal32530033331401643733121
Binary11010101110000001101101111110001110100011111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C0DB; }

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

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

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

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

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

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

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

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