#D2ADDD

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

Shades of Prelude #D2ADDD

Tints of Prelude #D2ADDD

Color information

#D2ADDD (or 0xD2ADDD) is unknown color: approx Prelude. HEX triplet: D2, AD and DD. RGB value is (210,173,221). Sum of RGB (Red+Green+Blue) = 210+173+221=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2ADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADDD is #2D5222. Grayscale: #BDBDBD. Windows color (decimal): -2970147 or 14527954. OLE color: 14527954.

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

Color convert

RGB210173221-
CMYK0.050.2200.13
HSL286.25º41.38%77.25%-
HSV(B)286.25º21.72%86.67%-
XYZ54.5748.8174.95-
YUV189.53145.76142.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.77%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=34.77%
G=28.64%
B=36.59%

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
Decimal2101732210.050.2200.13286.2541.3877.25
HexD2ADDD5160D11e294d
Octal32225533552601543651115
Binary11010010101011011101110110110110011011000111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADDD; }

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

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

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

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

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

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

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

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