Html Css Color HEX #D1AEDC Prelude

📋 copy color: '#D1AEDC'

red 209 ◦ green 174 ◦ blue 220

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

Shades of Prelude #D1AEDC

Tints of Prelude #D1AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 34.66%
G = 28.86%
B = 36.48%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1AEDC (or 0xD1AEDC) is known color: Prelude. HEX triplet: D1, AE and DC. RGB value is (209,174,220). Sum of RGB (Red+Green+Blue) = 209+174+220=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEDC is #2E5123. Grayscale: #BDBDBD. Windows color (decimal): -3035428 or 14462673. OLE color: 14462673.

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

Color convert

RGB 209 174 220 -
CMYK 0.05 0.21 0 0.14
HSL 285.65º 0.4% 0.77% -
HSV(B) 285.65º 0.21% 0.86% -
XYZ 54.35 48.99 74.3 -
YUV 189.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 209 174 220 0.05 0.21 0 0.14 285.65 0.4 0.77
Hex D1 AE DC 5 15 0 E 11E 28 4D
Octal 321 256 334 5 25 0 16 436 50 115
Binary 11010001 10101110 11011100 101 10101 0 1110 100011110 101000 1001101

Color Harmonies of #D1AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEDC

Black with #D1AEDC

Text Example


Text Example

White with #D1AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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