Html Css Color HEX #D4AEE1 Prelude

📋 copy color: '#D4AEE1'

red 212 ◦ green 174 ◦ blue 225

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

Shades of Prelude #D4AEE1

Tints of Prelude #D4AEE1

RGB

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

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

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

R = 34.7%
G = 28.48%
B = 36.82%

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

#D4AEE1 (or 0xD4AEE1) is known color: Prelude. HEX triplet: D4, AE and E1. RGB value is (212,174,225). Sum of RGB (Red+Green+Blue) = 212+174+225=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 174 (68.36% from 255 or 28.48% 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 #D4AEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEE1 is #2B511E. Grayscale: #BFBFBF. Windows color (decimal): -2838815 or 14790356. OLE color: 14790356.

HSL color Cylindrical-coordinate representation of color #D4AEE1: hue angle of 284.71º 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 #D4AEE1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 174 225 -
CMYK 0.06 0.23 0 0.12
HSL 284.71º 0.46% 0.78% -
HSV(B) 284.71º 0.23% 0.88% -
XYZ 55.88 49.71 77.88 -
YUV 191.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 212 174 225 0.06 0.23 0 0.12 284.71 0.46 0.78
Hex D4 AE E1 6 17 0 C 11D 2E 4E
Octal 324 256 341 6 27 0 14 435 56 116
Binary 11010100 10101110 11100001 110 10111 0 1100 100011101 101110 1001110

Color Harmonies of #D4AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEE1

Black with #D4AEE1

Text Example


Text Example

White with #D4AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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