Html Css Color HEX #D4AEDD Prelude

📋 copy color: '#D4AEDD'

red 212 ◦ green 174 ◦ blue 221

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

Shades of Prelude #D4AEDD

Tints of Prelude #D4AEDD

RGB

 RED value IS 212 (83.2% from 255) = 34.93%

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

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

R = 34.93%
G = 28.67%
B = 36.41%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4AEDD (or 0xD4AEDD) is known color: Prelude. HEX triplet: D4, AE and DD. RGB value is (212,174,221). Sum of RGB (Red+Green+Blue) = 212+174+221=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 174 (68.36% from 255 or 28.67% 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 #D4AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEDD is #2B5122. Grayscale: #BEBEBE. Windows color (decimal): -2838819 or 14528212. OLE color: 14528212.

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

Color convert

RGB 212 174 221 -
CMYK 0.04 0.21 0 0.13
HSL 288.51º 0.41% 0.77% -
HSV(B) 288.51º 0.21% 0.87% -
XYZ 55.34 49.49 75.04 -
YUV 190.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 212 174 221 0.04 0.21 0 0.13 288.51 0.41 0.77
Hex D4 AE DD 4 15 0 D 121 29 4D
Octal 324 256 335 4 25 0 15 441 51 115
Binary 11010100 10101110 11011101 100 10101 0 1101 100100001 101001 1001101

Color Harmonies of #D4AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEDD

Black with #D4AEDD

Text Example


Text Example

White with #D4AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEDD; }

 p { color: rgb(212,174,221); }

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

background-color css

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

 a { background-color: rgb(212,174,221); }

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

border-color css

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

 span { border-color: rgb(212,174,221); }

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