#D5AEE3

Color #D5AEE3 Prelude (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prelude #D5AEE3

Tints of Prelude #D5AEE3

Color information

#D5AEE3 (or 0xD5AEE3) is unknown color: approx Prelude. HEX triplet: D5, AE and E3. RGB value is (213,174,227). Sum of RGB (Red+Green+Blue) = 213+174+227=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 227 - color contains mainly: blue. Hex color #D5AEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEE3 is #2A511C. Grayscale: #BFBFBF. Windows color (decimal): -2773277 or 14921429. OLE color: 14921429.

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

Color convert

RGB213174227-
CMYK0.060.2300.11
HSL284.15º48.62%78.63%-
HSV(B)284.15º23.35%89.02%-
XYZ56.4449.9679.34-
YUV191.7147.92143.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.69%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 227 (89.06% from 255) = 36.97%
R=34.69%
G=28.34%
B=36.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2131742270.060.2300.11284.1548.6278.63
HexD5AEE36170B11c314f
Octal32525634362701343461117
Binary11010101101011101110001111010111010111000111001100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEE3; }

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

 H1.HeaderClassName
 {
   color: #D5AEE3;
 }
 .AnyTagClassName
 {
   color: #D5AEE3;
 }
</style>
background-color css

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

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

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

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

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

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