Html Css Color HEX #D3AFE1 Prelude

📋 copy color: '#D3AFE1'

red 211 ◦ green 175 ◦ blue 225

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

Shades of Prelude #D3AFE1

Tints of Prelude #D3AFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.82%

R = 34.53%
G = 28.64%
B = 36.82%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D3AFE1 (or 0xD3AFE1) is known color: Prelude. HEX triplet: D3, AF and E1. RGB value is (211,175,225). Sum of RGB (Red+Green+Blue) = 211+175+225=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 175 (68.75% from 255 or 28.64% from 611); Blue value is 225 (88.28% from 255 or 36.82% from 611); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3AFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFE1 is #2C501E. Grayscale: #BFBFBF. Windows color (decimal): -2904095 or 14790611. OLE color: 14790611.

HSL color Cylindrical-coordinate representation of color #D3AFE1: hue angle of 283.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3AFE1 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 175 225 -
CMYK 0.06 0.22 0 0.12
HSL 283.2º 0.45% 0.78% -
HSV(B) 283.2º 0.22% 0.88% -
XYZ 55.78 49.95 77.93 -
YUV 191.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 211 175 225 0.06 0.22 0 0.12 283.2 0.45 0.78
Hex D3 AF E1 6 16 0 C 11B 2D 4E
Octal 323 257 341 6 26 0 14 433 55 116
Binary 11010011 10101111 11100001 110 10110 0 1100 100011011 101101 1001110

Color Harmonies of #D3AFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFE1

Black with #D3AFE1

Text Example


Text Example

White with #D3AFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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