Html Css Color HEX #D1AFDE Prelude

📋 copy color: '#D1AFDE'

red 209 ◦ green 175 ◦ blue 222

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

Shades of Prelude #D1AFDE

Tints of Prelude #D1AFDE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.88%

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 34.49%
G = 28.88%
B = 36.63%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1AFDE (or 0xD1AFDE) is known color: Prelude. HEX triplet: D1, AF and DE. RGB value is (209,175,222). Sum of RGB (Red+Green+Blue) = 209+175+222=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AFDE is #2E5021. Grayscale: #BEBEBE. Windows color (decimal): -3035170 or 14594001. OLE color: 14594001.

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

Color convert

RGB 209 175 222 -
CMYK 0.06 0.21 0 0.13
HSL 283.4º 0.42% 0.78% -
HSV(B) 283.4º 0.21% 0.87% -
XYZ 54.81 49.49 75.77 -
YUV 190.52 145.76 141.18 -
System Red Green Blue C M Y K H S L
Decimal 209 175 222 0.06 0.21 0 0.13 283.4 0.42 0.78
Hex D1 AF DE 6 15 0 D 11B 2A 4E
Octal 321 257 336 6 25 0 15 433 52 116
Binary 11010001 10101111 11011110 110 10101 0 1101 100011011 101010 1001110

Color Harmonies of #D1AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AFDE

Black with #D1AFDE

Text Example


Text Example

White with #D1AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AFDE; }

 p { color: rgb(209,175,222); }

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

background-color css

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

 a { background-color: rgb(209,175,222); }

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

border-color css

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

 span { border-color: rgb(209,175,222); }

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