Html Css Color HEX #D3AEE1 Prelude

📋 copy color: '#D3AEE1'

red 211 ◦ green 174 ◦ blue 225

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

Shades of Prelude #D3AEE1

Tints of Prelude #D3AEE1

RGB

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

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

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

R = 34.59%
G = 28.52%
B = 36.89%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D3AEE1 (or 0xD3AEE1) is known color: Prelude. HEX triplet: D3, AE and E1. RGB value is (211,174,225). Sum of RGB (Red+Green+Blue) = 211+174+225=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3AEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEE1 is #2C511E. Grayscale: #BEBEBE. Windows color (decimal): -2904351 or 14790355. OLE color: 14790355.

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

Color convert

RGB 211 174 225 -
CMYK 0.06 0.23 0 0.12
HSL 283.53º 0.46% 0.78% -
HSV(B) 283.53º 0.23% 0.88% -
XYZ 55.59 49.56 77.87 -
YUV 190.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 211 174 225 0.06 0.23 0 0.12 283.53 0.46 0.78
Hex D3 AE E1 6 17 0 C 11C 2E 4E
Octal 323 256 341 6 27 0 14 434 56 116
Binary 11010011 10101110 11100001 110 10111 0 1100 100011100 101110 1001110

Color Harmonies of #D3AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEE1

Black with #D3AEE1

Text Example


Text Example

White with #D3AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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