#D2ADDE

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

Shades of Prelude #D2ADDE

Tints of Prelude #D2ADDE

Color information

#D2ADDE (or 0xD2ADDE) is unknown color: approx Prelude. HEX triplet: D2, AD and DE. RGB value is (210,173,222). Sum of RGB (Red+Green+Blue) = 210+173+222=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 173 (67.97% from 255 or 28.60% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2ADDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADDE is #2D5221. Grayscale: #BDBDBD. Windows color (decimal): -2970146 or 14593490. OLE color: 14593490.

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

Color convert

RGB210173222-
CMYK0.050.2200.13
HSL285.31º42.61%77.45%-
HSV(B)285.31º22.07%87.06%-
XYZ54.7148.8675.66-
YUV189.65146.26142.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 173 (67.97% from 255) = 28.60%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=34.71%
G=28.60%
B=36.69%

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
Decimal2101732220.050.2200.13285.3142.6177.45
HexD2ADDE5160D11d2b4d
Octal32225533652601543553115
Binary11010010101011011101111010110110011011000111011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADDE; }

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

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

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

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

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

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

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

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