Html Css Color HEX #D4ACDE Prelude

📋 copy color: '#D4ACDE'

red 212 ◦ green 172 ◦ blue 222

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

Shades of Prelude #D4ACDE

Tints of Prelude #D4ACDE

RGB

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

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

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

R = 34.98%
G = 28.38%
B = 36.63%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D4ACDE (or 0xD4ACDE) is known color: Prelude. HEX triplet: D4, AC and DE. RGB value is (212,172,222). Sum of RGB (Red+Green+Blue) = 212+172+222=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #D4ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ACDE is #2B5321. Grayscale: #BDBDBD. Windows color (decimal): -2839330 or 14593236. OLE color: 14593236.

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

Color convert

RGB 212 172 222 -
CMYK 0.05 0.23 0 0.13
HSL 288º 0.43% 0.77% -
HSV(B) 288º 0.23% 0.87% -
XYZ 55.09 48.78 75.62 -
YUV 189.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 212 172 222 0.05 0.23 0 0.13 288 0.43 0.77
Hex D4 AC DE 5 17 0 D 120 2B 4D
Octal 324 254 336 5 27 0 15 440 53 115
Binary 11010100 10101100 11011110 101 10111 0 1101 100100000 101011 1001101

Color Harmonies of #D4ACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ACDE

Black with #D4ACDE

Text Example


Text Example

White with #D4ACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ACDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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