Html Css Color HEX #D3ACDD Prelude

📋 copy color: '#D3ACDD'

red 211 ◦ green 172 ◦ blue 221

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

Shades of Prelude #D3ACDD

Tints of Prelude #D3ACDD

RGB

 RED value IS 211 (82.81% from 255) = 34.93%

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

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 34.93%
G = 28.48%
B = 36.59%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D3ACDD (or 0xD3ACDD) is known color: Prelude. HEX triplet: D3, AC and DD. RGB value is (211,172,221). Sum of RGB (Red+Green+Blue) = 211+172+221=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #D3ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACDD is #2C5322. Grayscale: #BDBDBD. Windows color (decimal): -2904867 or 14527699. OLE color: 14527699.

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

Color convert

RGB 211 172 221 -
CMYK 0.05 0.22 0 0.13
HSL 287.76º 0.42% 0.77% -
HSV(B) 287.76º 0.22% 0.87% -
XYZ 54.67 48.57 74.9 -
YUV 189.25 145.92 143.52 -
System Red Green Blue C M Y K H S L
Decimal 211 172 221 0.05 0.22 0 0.13 287.76 0.42 0.77
Hex D3 AC DD 5 16 0 D 120 2A 4D
Octal 323 254 335 5 26 0 15 440 52 115
Binary 11010011 10101100 11011101 101 10110 0 1101 100100000 101010 1001101

Color Harmonies of #D3ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ACDD

Black with #D3ACDD

Text Example


Text Example

White with #D3ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ACDD; }

 p { color: rgb(211,172,221); }

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

background-color css

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

 a { background-color: rgb(211,172,221); }

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

border-color css

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

 span { border-color: rgb(211,172,221); }

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