Html Css Color HEX #D3AFDE Prelude

📋 copy color: '#D3AFDE'

red 211 ◦ green 175 ◦ blue 222

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

Shades of Prelude #D3AFDE

Tints of Prelude #D3AFDE

RGB

 RED value IS 211 (82.81% from 255) = 34.7%

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

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

R = 34.7%
G = 28.78%
B = 36.51%

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

#D3AFDE (or 0xD3AFDE) is known color: Prelude. HEX triplet: D3, AF and DE. RGB value is (211,175,222). Sum of RGB (Red+Green+Blue) = 211+175+222=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #D3AFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFDE is #2C5021. Grayscale: #BEBEBE. Windows color (decimal): -2904098 or 14594003. OLE color: 14594003.

HSL color Cylindrical-coordinate representation of color #D3AFDE: hue angle of 285.96º 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 #D3AFDE is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 175 222 -
CMYK 0.05 0.21 0 0.13
HSL 285.96º 0.42% 0.78% -
HSV(B) 285.96º 0.21% 0.87% -
XYZ 55.38 49.78 75.8 -
YUV 191.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 211 175 222 0.05 0.21 0 0.13 285.96 0.42 0.78
Hex D3 AF DE 5 15 0 D 11E 2A 4E
Octal 323 257 336 5 25 0 15 436 52 116
Binary 11010011 10101111 11011110 101 10101 0 1101 100011110 101010 1001110

Color Harmonies of #D3AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFDE

Black with #D3AFDE

Text Example


Text Example

White with #D3AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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