Html Css Color HEX #D0AAD9 Prelude

📋 copy color: '#D0AAD9'

red 208 ◦ green 170 ◦ blue 217

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

Shades of Prelude #D0AAD9

Tints of Prelude #D0AAD9

RGB

 RED value IS 208 (81.64% from 255) = 34.96%

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

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

R = 34.96%
G = 28.57%
B = 36.47%

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

#D0AAD9 (or 0xD0AAD9) is known color: Prelude. HEX triplet: D0, AA and D9. RGB value is (208,170,217). Sum of RGB (Red+Green+Blue) = 208+170+217=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 217 - color contains mainly: blue. Hex color #D0AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAD9 is #2F5526. Grayscale: #BABABA. Windows color (decimal): -3101991 or 14265040. OLE color: 14265040.

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

Color convert

RGB 208 170 217 -
CMYK 0.04 0.22 0 0.15
HSL 288.51º 0.38% 0.76% -
HSV(B) 288.51º 0.22% 0.85% -
XYZ 52.91 47.17 71.96 -
YUV 186.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 208 170 217 0.04 0.22 0 0.15 288.51 0.38 0.76
Hex D0 AA D9 4 16 0 F 121 26 4C
Octal 320 252 331 4 26 0 17 441 46 114
Binary 11010000 10101010 11011001 100 10110 0 1111 100100001 100110 1001100

Color Harmonies of #D0AAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AAD9

Black with #D0AAD9

Text Example


Text Example

White with #D0AAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AAD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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