#D2ADDF

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

Shades of Prelude #D2ADDF

Tints of Prelude #D2ADDF

Color information

#D2ADDF (or 0xD2ADDF) is unknown color: approx Prelude. HEX triplet: D2, AD and DF. RGB value is (210,173,223). Sum of RGB (Red+Green+Blue) = 210+173+223=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADDF is #2D5220. Grayscale: #BDBDBD. Windows color (decimal): -2970145 or 14659026. OLE color: 14659026.

HSL color Cylindrical-coordinate representation of color #D2ADDF: hue angle of 284.4º 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 #D2ADDF is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210173223-
CMYK0.060.2200.13
HSL284.4º43.86%77.65%-
HSV(B)284.4º22.42%87.45%-
XYZ54.8448.9276.36-
YUV189.76146.76142.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 173 (67.97% from 255) = 28.55%
BLUE value IS 223 (87.5% from 255) = 36.80%
R=34.65%
G=28.55%
B=36.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101732230.060.2200.13284.443.8677.65
HexD2ADDF6160D11c2c4e
Octal32225533762601543454116
Binary11010010101011011101111111010110011011000111001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADDF; }

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

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

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

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

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

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

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

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