#D2C4DB

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

Shades of Prelude #D2C4DB

Tints of Prelude #D2C4DB

Color information

#D2C4DB (or 0xD2C4DB) is unknown color: approx Prelude. HEX triplet: D2, C4 and DB. RGB value is (210,196,219). Sum of RGB (Red+Green+Blue) = 210+196+219=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2C4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C4DB is #2D3B24. Grayscale: #CACACA. Windows color (decimal): -2964261 or 14402770. OLE color: 14402770.

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

Color convert

RGB210196219-
CMYK0.040.1100.14
HSL276.52º24.21%81.37%-
HSV(B)276.52º10.5%85.88%-
XYZ59.158.375.15-
YUV202.81137.14133.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.6%
GREEN value IS 196 (76.95% from 255) = 31.36%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=33.6%
G=31.36%
B=35.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101962190.040.1100.14276.5224.2181.37
HexD2C4DB4B0E1151851
Octal32230433341301642530121
Binary110100101100010011011011100101101110100010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C4DB; }

 p { color: rgb(210,196,219); }

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

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

 a { background-color: rgb(210,196,219); }

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

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

 span { border-color: rgb(210,196,219); }

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