Html Css Color HEX #D4AEE0 Prelude

📋 copy color: '#D4AEE0'

red 212 ◦ green 174 ◦ blue 224

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

Shades of Prelude #D4AEE0

Tints of Prelude #D4AEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.72%

R = 34.75%
G = 28.52%
B = 36.72%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D4AEE0 (or 0xD4AEE0) is known color: Prelude. HEX triplet: D4, AE and E0. RGB value is (212,174,224). Sum of RGB (Red+Green+Blue) = 212+174+224=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4AEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEE0 is #2B511F. Grayscale: #BEBEBE. Windows color (decimal): -2838816 or 14724820. OLE color: 14724820.

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

Color convert

RGB 212 174 224 -
CMYK 0.05 0.22 0 0.12
HSL 285.6º 0.45% 0.78% -
HSV(B) 285.6º 0.22% 0.88% -
XYZ 55.74 49.65 77.17 -
YUV 191.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 212 174 224 0.05 0.22 0 0.12 285.6 0.45 0.78
Hex D4 AE E0 5 16 0 C 11E 2D 4E
Octal 324 256 340 5 26 0 14 436 55 116
Binary 11010100 10101110 11100000 101 10110 0 1100 100011110 101101 1001110

Color Harmonies of #D4AEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEE0

Black with #D4AEE0

Text Example


Text Example

White with #D4AEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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