#D4ADDF

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

Shades of Prelude #D4ADDF

Tints of Prelude #D4ADDF

Color information

#D4ADDF (or 0xD4ADDF) is unknown color: approx Prelude. HEX triplet: D4, AD and DF. RGB value is (212,173,223). Sum of RGB (Red+Green+Blue) = 212+173+223=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #D4ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADDF is #2B5220. Grayscale: #BEBEBE. Windows color (decimal): -2839073 or 14659028. OLE color: 14659028.

HSL color Cylindrical-coordinate representation of color #D4ADDF: hue angle of 286.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D4ADDF is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212173223-
CMYK0.050.2200.13
HSL286.8º43.86%77.65%-
HSV(B)286.8º22.42%87.45%-
XYZ55.4149.2176.39-
YUV190.36146.42143.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 173 (67.97% from 255) = 28.45%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=34.87%
G=28.45%
B=36.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121732230.050.2200.13286.843.8677.65
HexD4ADDF5160D11f2c4e
Octal32425533752601543754116
Binary11010100101011011101111110110110011011000111111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADDF; }

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

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

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

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

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

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

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

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