Html Css Color HEX #D1AED5 Prelude

📋 copy color: '#D1AED5'

red 209 ◦ green 174 ◦ blue 213

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

Shades of Prelude #D1AED5

Tints of Prelude #D1AED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 35.07%
G = 29.19%
B = 35.74%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D1AED5 (or 0xD1AED5) is known color: Prelude. HEX triplet: D1, AE and D5. RGB value is (209,174,213). Sum of RGB (Red+Green+Blue) = 209+174+213=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AED5 is #2E512A. Grayscale: #BCBCBC. Windows color (decimal): -3035435 or 14003921. OLE color: 14003921.

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

Color convert

RGB 209 174 213 -
CMYK 0.02 0.18 0 0.16
HSL 293.85º 0.32% 0.76% -
HSV(B) 293.85º 0.18% 0.84% -
XYZ 53.44 48.63 69.52 -
YUV 188.91 141.6 142.33 -
System Red Green Blue C M Y K H S L
Decimal 209 174 213 0.02 0.18 0 0.16 293.85 0.32 0.76
Hex D1 AE D5 2 12 0 10 126 20 4C
Octal 321 256 325 2 22 0 20 446 40 114
Binary 11010001 10101110 11010101 10 10010 0 10000 100100110 100000 1001100

Color Harmonies of #D1AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AED5

Black with #D1AED5

Text Example


Text Example

White with #D1AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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