#D4B4DC

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

Shades of Prelude #D4B4DC

Tints of Prelude #D4B4DC

Color information

#D4B4DC (or 0xD4B4DC) is unknown color: approx Prelude. HEX triplet: D4, B4 and DC. RGB value is (212,180,220). Sum of RGB (Red+Green+Blue) = 212+180+220=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 180 (70.70% from 255 or 29.41% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4DC is #2B4B23. Grayscale: #C1C1C1. Windows color (decimal): -2837284 or 14464212. OLE color: 14464212.

HSL color Cylindrical-coordinate representation of color #D4B4DC: hue angle of 288º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4B4DC is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212180220-
CMYK0.040.1800.14
HSL288º36.36%78.43%-
HSV(B)288º18.18%86.27%-
XYZ56.3951.8174.74-
YUV194.13142.6140.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.64%
GREEN value IS 180 (70.70% from 255) = 29.41%
BLUE value IS 220 (86.33% from 255) = 35.95%
R=34.64%
G=29.41%
B=35.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121802200.040.1800.1428836.3678.43
HexD4B4DC4120E120244e
Octal32426433442201644044116
Binary11010100101101001101110010010010011101001000001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4DC; }

 p { color: rgb(212,180,220); }

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

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

 a { background-color: rgb(212,180,220); }

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

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

 span { border-color: rgb(212,180,220); }

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