Html Css Color HEX #D1AEDD Prelude

📋 copy color: '#D1AEDD'

red 209 ◦ green 174 ◦ blue 221

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

Shades of Prelude #D1AEDD

Tints of Prelude #D1AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.81%

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 34.6%
G = 28.81%
B = 36.59%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1AEDD (or 0xD1AEDD) is known color: Prelude. HEX triplet: D1, AE and DD. RGB value is (209,174,221). Sum of RGB (Red+Green+Blue) = 209+174+221=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 174 (68.36% from 255 or 28.81% 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 #D1AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEDD is #2E5122. Grayscale: #BDBDBD. Windows color (decimal): -3035427 or 14528209. OLE color: 14528209.

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

Color convert

RGB 209 174 221 -
CMYK 0.05 0.21 0 0.13
HSL 284.68º 0.41% 0.77% -
HSV(B) 284.68º 0.21% 0.87% -
XYZ 54.48 49.05 75 -
YUV 189.82 145.6 141.68 -
System Red Green Blue C M Y K H S L
Decimal 209 174 221 0.05 0.21 0 0.13 284.68 0.41 0.77
Hex D1 AE DD 5 15 0 D 11D 29 4D
Octal 321 256 335 5 25 0 15 435 51 115
Binary 11010001 10101110 11011101 101 10101 0 1101 100011101 101001 1001101

Color Harmonies of #D1AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEDD

Black with #D1AEDD

Text Example


Text Example

White with #D1AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEDD; }

 p { color: rgb(209,174,221); }

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

background-color css

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

 a { background-color: rgb(209,174,221); }

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

border-color css

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

 span { border-color: rgb(209,174,221); }

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