#D4ADDC

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

Shades of Prelude #D4ADDC

Tints of Prelude #D4ADDC

Color information

#D4ADDC (or 0xD4ADDC) is unknown color: approx Prelude. HEX triplet: D4, AD and DC. RGB value is (212,173,220). Sum of RGB (Red+Green+Blue) = 212+173+220=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D4ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADDC is #2B5223. Grayscale: #BDBDBD. Windows color (decimal): -2839076 or 14462420. OLE color: 14462420.

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

Color convert

RGB212173220-
CMYK0.040.2100.14
HSL289.79º40.17%77.06%-
HSV(B)289.79º21.36%86.27%-
XYZ55.0149.0574.28-
YUV190.02144.92143.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=35.04%
G=28.60%
B=36.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121732200.040.2100.14289.7940.1777.06
HexD4ADDC4150E122284d
Octal32425533442501644250115
Binary11010100101011011101110010010101011101001000101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADDC; }

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

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

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

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

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

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

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

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