Html Css Color HEX #D5AEDE Prelude

📋 copy color: '#D5AEDE'

red 213 ◦ green 174 ◦ blue 222

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

Shades of Prelude #D5AEDE

Tints of Prelude #D5AEDE

RGB

 RED value IS 213 (83.59% from 255) = 34.98%

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

 BLUE value IS 222 (87.11% from 255) = 36.45%

R = 34.98%
G = 28.57%
B = 36.45%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5AEDE (or 0xD5AEDE) is known color: Prelude. HEX triplet: D5, AE and DE. RGB value is (213,174,222). Sum of RGB (Red+Green+Blue) = 213+174+222=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AEDE is #2A5121. Grayscale: #BEBEBE. Windows color (decimal): -2773282 or 14593749. OLE color: 14593749.

HSL color Cylindrical-coordinate representation of color #D5AEDE: hue angle of 288.75º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5AEDE is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 174 222 -
CMYK 0.04 0.22 0 0.13
HSL 288.75º 0.42% 0.78% -
HSV(B) 288.75º 0.22% 0.87% -
XYZ 55.76 49.69 75.76 -
YUV 191.13 145.42 143.6 -
System Red Green Blue C M Y K H S L
Decimal 213 174 222 0.04 0.22 0 0.13 288.75 0.42 0.78
Hex D5 AE DE 4 16 0 D 121 2A 4E
Octal 325 256 336 4 26 0 15 441 52 116
Binary 11010101 10101110 11011110 100 10110 0 1101 100100001 101010 1001110

Color Harmonies of #D5AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AEDE

Black with #D5AEDE

Text Example


Text Example

White with #D5AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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