#D4C3DB

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

Shades of Prelude #D4C3DB

Tints of Prelude #D4C3DB

Color information

#D4C3DB (or 0xD4C3DB) is unknown color: approx Prelude. HEX triplet: D4, C3 and DB. RGB value is (212,195,219). Sum of RGB (Red+Green+Blue) = 212+195+219=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 195 (76.56% from 255 or 31.15% 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 #D4C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C3DB is #2B3C24. Grayscale: #CACACA. Windows color (decimal): -2833445 or 14402516. OLE color: 14402516.

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

Color convert

RGB212195219-
CMYK0.030.1100.14
HSL282.5º25%81.18%-
HSV(B)282.5º10.96%85.88%-
XYZ59.4558.1475.11-
YUV202.82137.13134.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.87%
GREEN value IS 195 (76.56% from 255) = 31.15%
BLUE value IS 219 (85.94% from 255) = 34.98%
R=33.87%
G=31.15%
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
Decimal2121952190.030.1100.14282.52581.18
HexD4C3DB3B0E11a1951
Octal32430333331301643231121
Binary11010100110000111101101111101101110100011010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C3DB; }

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

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

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

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

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

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

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

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