Html Css Color HEX #D1AED7 Prelude

📋 copy color: '#D1AED7'

red 209 ◦ green 174 ◦ blue 215

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

Shades of Prelude #D1AED7

Tints of Prelude #D1AED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 34.95%
G = 29.1%
B = 35.95%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1AED7 (or 0xD1AED7) is known color: Prelude. HEX triplet: D1, AE and D7. RGB value is (209,174,215). Sum of RGB (Red+Green+Blue) = 209+174+215=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #D1AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AED7 is #2E5128. Grayscale: #BDBDBD. Windows color (decimal): -3035433 or 14134993. OLE color: 14134993.

HSL color Cylindrical-coordinate representation of color #D1AED7: hue angle of 291.22º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AED7 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 174 215 -
CMYK 0.03 0.19 0 0.16
HSL 291.22º 0.34% 0.76% -
HSV(B) 291.22º 0.19% 0.84% -
XYZ 53.7 48.73 70.87 -
YUV 189.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 209 174 215 0.03 0.19 0 0.16 291.22 0.34 0.76
Hex D1 AE D7 3 13 0 10 123 22 4C
Octal 321 256 327 3 23 0 20 443 42 114
Binary 11010001 10101110 11010111 11 10011 0 10000 100100011 100010 1001100

Color Harmonies of #D1AED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AED7

Black with #D1AED7

Text Example


Text Example

White with #D1AED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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