#D4C2DB

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

Shades of Prelude #D4C2DB

Tints of Prelude #D4C2DB

Color information

#D4C2DB (or 0xD4C2DB) is unknown color: approx Prelude. HEX triplet: D4, C2 and DB. RGB value is (212,194,219). Sum of RGB (Red+Green+Blue) = 212+194+219=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 194 (76.17% from 255 or 31.04% 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 #D4C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2DB is #2B3D24. Grayscale: #CACACA. Windows color (decimal): -2833701 or 14402260. OLE color: 14402260.

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

Color convert

RGB212194219-
CMYK0.030.1100.14
HSL283.2º25.77%80.98%-
HSV(B)283.2º11.42%85.88%-
XYZ59.2357.775.03-
YUV202.23137.46134.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 194 (76.17% from 255) = 31.04%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=33.92%
G=31.04%
B=35.04%

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
Decimal2121942190.030.1100.14283.225.7780.98
HexD4C2DB3B0E11b1a51
Octal32430233331301643332121
Binary11010100110000101101101111101101110100011011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C2DB; }

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

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

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

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

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

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

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

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