Html Css Color HEX #D5ACDE Prelude

📋 copy color: '#D5ACDE'

red 213 ◦ green 172 ◦ blue 222

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

Shades of Prelude #D5ACDE

Tints of Prelude #D5ACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.34%

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

R = 35.09%
G = 28.34%
B = 36.57%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D5ACDE (or 0xD5ACDE) is known color: Prelude. HEX triplet: D5, AC and DE. RGB value is (213,172,222). Sum of RGB (Red+Green+Blue) = 213+172+222=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACDE is #2A5321. Grayscale: #BDBDBD. Windows color (decimal): -2773794 or 14593237. OLE color: 14593237.

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

Color convert

RGB 213 172 222 -
CMYK 0.04 0.23 0 0.13
HSL 289.2º 0.43% 0.77% -
HSV(B) 289.2º 0.23% 0.87% -
XYZ 55.38 48.93 75.63 -
YUV 189.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 213 172 222 0.04 0.23 0 0.13 289.2 0.43 0.77
Hex D5 AC DE 4 17 0 D 121 2B 4D
Octal 325 254 336 4 27 0 15 441 53 115
Binary 11010101 10101100 11011110 100 10111 0 1101 100100001 101011 1001101

Color Harmonies of #D5ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACDE

Black with #D5ACDE

Text Example


Text Example

White with #D5ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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