Html Css Color HEX #D6AEE1 Prelude

📋 copy color: '#D6AEE1'

red 214 ◦ green 174 ◦ blue 225

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

Shades of Prelude #D6AEE1

Tints of Prelude #D6AEE1

RGB

 RED value IS 214 (83.98% from 255) = 34.91%

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

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

R = 34.91%
G = 28.38%
B = 36.7%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D6AEE1 (or 0xD6AEE1) is known color: Prelude. HEX triplet: D6, AE and E1. RGB value is (214,174,225). Sum of RGB (Red+Green+Blue) = 214+174+225=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6AEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEE1 is #29511E. Grayscale: #BFBFBF. Windows color (decimal): -2707743 or 14790358. OLE color: 14790358.

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

Color convert

RGB 214 174 225 -
CMYK 0.05 0.23 0 0.12
HSL 287.06º 0.46% 0.78% -
HSV(B) 287.06º 0.23% 0.88% -
XYZ 56.46 50 77.91 -
YUV 191.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 214 174 225 0.05 0.23 0 0.12 287.06 0.46 0.78
Hex D6 AE E1 5 17 0 C 11F 2E 4E
Octal 326 256 341 5 27 0 14 437 56 116
Binary 11010110 10101110 11100001 101 10111 0 1100 100011111 101110 1001110

Color Harmonies of #D6AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEE1

Black with #D6AEE1

Text Example


Text Example

White with #D6AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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