Html Css Color HEX #D1AAD9 Prelude

📋 copy color: '#D1AAD9'

red 209 ◦ green 170 ◦ blue 217

#D1AAD9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #D1AAD9

Tints of Prelude #D1AAD9

RGB

 RED value IS 209 (82.03% from 255) = 35.07%

 GREEN value IS 170 (66.8% from 255) = 28.52%

 BLUE value IS 217 (85.16% from 255) = 36.41%

R = 35.07%
G = 28.52%
B = 36.41%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D1AAD9 (or 0xD1AAD9) is known color: Prelude. HEX triplet: D1, AA and D9. RGB value is (209,170,217). Sum of RGB (Red+Green+Blue) = 209+170+217=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 217 - color contains mainly: blue. Hex color #D1AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAD9 is #2E5526. Grayscale: #BABABA. Windows color (decimal): -3036455 or 14265041. OLE color: 14265041.

HSL color Cylindrical-coordinate representation of color #D1AAD9: hue angle of 289.79º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1AAD9 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 170 217 -
CMYK 0.04 0.22 0 0.15
HSL 289.79º 0.38% 0.76% -
HSV(B) 289.79º 0.22% 0.85% -
XYZ 53.19 47.31 71.97 -
YUV 187.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 209 170 217 0.04 0.22 0 0.15 289.79 0.38 0.76
Hex D1 AA D9 4 16 0 F 122 26 4C
Octal 321 252 331 4 26 0 17 442 46 114
Binary 11010001 10101010 11011001 100 10110 0 1111 100100010 100110 1001100

Color Harmonies of #D1AAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAD9

Black with #D1AAD9

Text Example


Text Example

White with #D1AAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAD9; }

 p { color: rgb(209,170,217); }

 H1.HeaderClassName
 {
   color: #D1AAD9;
 }
 .AnyTagClassName
 {
   color: #D1AAD9;
 }
</style>

background-color css

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

 a { background-color: rgb(209,170,217); }

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

border-color css

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

 span { border-color: rgb(209,170,217); }

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