Html Css Color HEX #D3AEDC Prelude

📋 copy color: '#D3AEDC'

red 211 ◦ green 174 ◦ blue 220

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

Shades of Prelude #D3AEDC

Tints of Prelude #D3AEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.36%

R = 34.88%
G = 28.76%
B = 36.36%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3AEDC (or 0xD3AEDC) is known color: Prelude. HEX triplet: D3, AE and DC. RGB value is (211,174,220). Sum of RGB (Red+Green+Blue) = 211+174+220=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEDC is #2C5123. Grayscale: #BEBEBE. Windows color (decimal): -2904356 or 14462675. OLE color: 14462675.

HSL color Cylindrical-coordinate representation of color #D3AEDC: hue angle of 288.26º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3AEDC is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 174 220 -
CMYK 0.04 0.21 0 0.14
HSL 288.26º 0.4% 0.77% -
HSV(B) 288.26º 0.21% 0.86% -
XYZ 54.92 49.29 74.33 -
YUV 190.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 211 174 220 0.04 0.21 0 0.14 288.26 0.4 0.77
Hex D3 AE DC 4 15 0 E 120 28 4D
Octal 323 256 334 4 25 0 16 440 50 115
Binary 11010011 10101110 11011100 100 10101 0 1110 100100000 101000 1001101

Color Harmonies of #D3AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEDC

Black with #D3AEDC

Text Example


Text Example

White with #D3AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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