Html Css Color HEX #D0AAD8 Prelude

📋 copy color: '#D0AAD8'

red 208 ◦ green 170 ◦ blue 216

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

Shades of Prelude #D0AAD8

Tints of Prelude #D0AAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.36%

R = 35.02%
G = 28.62%
B = 36.36%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D0AAD8 (or 0xD0AAD8) is known color: Prelude. HEX triplet: D0, AA and D8. RGB value is (208,170,216). Sum of RGB (Red+Green+Blue) = 208+170+216=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AAD8 is #2F5527. Grayscale: #BABABA. Windows color (decimal): -3101992 or 14199504. OLE color: 14199504.

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

Color convert

RGB 208 170 216 -
CMYK 0.04 0.21 0 0.15
HSL 289.57º 0.37% 0.76% -
HSV(B) 289.57º 0.21% 0.85% -
XYZ 52.78 47.12 71.28 -
YUV 186.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 208 170 216 0.04 0.21 0 0.15 289.57 0.37 0.76
Hex D0 AA D8 4 15 0 F 122 25 4C
Octal 320 252 330 4 25 0 17 442 45 114
Binary 11010000 10101010 11011000 100 10101 0 1111 100100010 100101 1001100

Color Harmonies of #D0AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AAD8

Black with #D0AAD8

Text Example


Text Example

White with #D0AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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