Html Css Color HEX #D1ACDE Prelude

📋 copy color: '#D1ACDE'

red 209 ◦ green 172 ◦ blue 222

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

Shades of Prelude #D1ACDE

Tints of Prelude #D1ACDE

RGB

 RED value IS 209 (82.03% from 255) = 34.66%

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

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

R = 34.66%
G = 28.52%
B = 36.82%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D1ACDE (or 0xD1ACDE) is known color: Prelude. HEX triplet: D1, AC and DE. RGB value is (209,172,222). Sum of RGB (Red+Green+Blue) = 209+172+222=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACDE is #2E5321. Grayscale: #BCBCBC. Windows color (decimal): -3035938 or 14593233. OLE color: 14593233.

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

Color convert

RGB 209 172 222 -
CMYK 0.06 0.23 0 0.13
HSL 284.4º 0.43% 0.77% -
HSV(B) 284.4º 0.23% 0.87% -
XYZ 54.23 48.33 75.58 -
YUV 188.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 209 172 222 0.06 0.23 0 0.13 284.4 0.43 0.77
Hex D1 AC DE 6 17 0 D 11C 2B 4D
Octal 321 254 336 6 27 0 15 434 53 115
Binary 11010001 10101100 11011110 110 10111 0 1101 100011100 101011 1001101

Color Harmonies of #D1ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1ACDE

Black with #D1ACDE

Text Example


Text Example

White with #D1ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1ACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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