Html Css Color HEX #D6AEE3 Prelude

📋 copy color: '#D6AEE3'

red 214 ◦ green 174 ◦ blue 227

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

Shades of Prelude #D6AEE3

Tints of Prelude #D6AEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.91%

R = 34.8%
G = 28.29%
B = 36.91%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D6AEE3 (or 0xD6AEE3) is known color: Prelude. HEX triplet: D6, AE and E3. RGB value is (214,174,227). Sum of RGB (Red+Green+Blue) = 214+174+227=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #D6AEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AEE3 is #29511C. Grayscale: #BFBFBF. Windows color (decimal): -2707741 or 14921430. OLE color: 14921430.

HSL color Cylindrical-coordinate representation of color #D6AEE3: hue angle of 285.28º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6AEE3 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 174 227 -
CMYK 0.06 0.23 0 0.11
HSL 285.28º 0.49% 0.79% -
HSV(B) 285.28º 0.23% 0.89% -
XYZ 56.73 50.11 79.36 -
YUV 192 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 214 174 227 0.06 0.23 0 0.11 285.28 0.49 0.79
Hex D6 AE E3 6 17 0 B 11D 31 4F
Octal 326 256 343 6 27 0 13 435 61 117
Binary 11010110 10101110 11100011 110 10111 0 1011 100011101 110001 1001111

Color Harmonies of #D6AEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AEE3

Black with #D6AEE3

Text Example


Text Example

White with #D6AEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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