Html Css Color HEX #D4ACDD Prelude

📋 copy color: '#D4ACDD'

red 212 ◦ green 172 ◦ blue 221

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

Shades of Prelude #D4ACDD

Tints of Prelude #D4ACDD

RGB

 RED value IS 212 (83.2% from 255) = 35.04%

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

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

R = 35.04%
G = 28.43%
B = 36.53%

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

#D4ACDD (or 0xD4ACDD) is known color: Prelude. HEX triplet: D4, AC and DD. RGB value is (212,172,221). Sum of RGB (Red+Green+Blue) = 212+172+221=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #D4ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDD is #2B5322. Grayscale: #BDBDBD. Windows color (decimal): -2839331 or 14527700. OLE color: 14527700.

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

Color convert

RGB 212 172 221 -
CMYK 0.04 0.22 0 0.13
HSL 288.98º 0.42% 0.77% -
HSV(B) 288.98º 0.22% 0.87% -
XYZ 54.96 48.72 74.91 -
YUV 189.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 212 172 221 0.04 0.22 0 0.13 288.98 0.42 0.77
Hex D4 AC DD 4 16 0 D 121 2A 4D
Octal 324 254 335 4 26 0 15 441 52 115
Binary 11010100 10101100 11011101 100 10110 0 1101 100100001 101010 1001101

Color Harmonies of #D4ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACDD

Black with #D4ACDD

Text Example


Text Example

White with #D4ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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