Html Css Color HEX #D3AFDD Prelude

📋 copy color: '#D3AFDD'

red 211 ◦ green 175 ◦ blue 221

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

Shades of Prelude #D3AFDD

Tints of Prelude #D3AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 34.76%
G = 28.83%
B = 36.41%

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

#D3AFDD (or 0xD3AFDD) is known color: Prelude. HEX triplet: D3, AF and DD. RGB value is (211,175,221). Sum of RGB (Red+Green+Blue) = 211+175+221=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFDD is #2C5022. Grayscale: #BEBEBE. Windows color (decimal): -2904099 or 14528467. OLE color: 14528467.

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

Color convert

RGB 211 175 221 -
CMYK 0.05 0.21 0 0.13
HSL 286.96º 0.4% 0.78% -
HSV(B) 286.96º 0.21% 0.87% -
XYZ 55.25 49.73 75.09 -
YUV 191.01 144.93 142.26 -
System Red Green Blue C M Y K H S L
Decimal 211 175 221 0.05 0.21 0 0.13 286.96 0.4 0.78
Hex D3 AF DD 5 15 0 D 11F 28 4E
Octal 323 257 335 5 25 0 15 437 50 116
Binary 11010011 10101111 11011101 101 10101 0 1101 100011111 101000 1001110

Color Harmonies of #D3AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFDD

Black with #D3AFDD

Text Example


Text Example

White with #D3AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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