Html Css Color HEX #D4ADE1 Prelude

📋 copy color: '#D4ADE1'

red 212 ◦ green 173 ◦ blue 225

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

Shades of Prelude #D4ADE1

Tints of Prelude #D4ADE1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.36%

 BLUE value IS 225 (88.28% from 255) = 36.89%

R = 34.75%
G = 28.36%
B = 36.89%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D4ADE1 (or 0xD4ADE1) is known color: Prelude. HEX triplet: D4, AD and E1. RGB value is (212,173,225). Sum of RGB (Red+Green+Blue) = 212+173+225=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #D4ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADE1 is #2B521E. Grayscale: #BEBEBE. Windows color (decimal): -2839071 or 14790100. OLE color: 14790100.

HSL color Cylindrical-coordinate representation of color #D4ADE1: hue angle of 285º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4ADE1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 173 225 -
CMYK 0.06 0.23 0 0.12
HSL 285º 0.46% 0.78% -
HSV(B) 285º 0.23% 0.88% -
XYZ 55.69 49.32 77.82 -
YUV 190.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 212 173 225 0.06 0.23 0 0.12 285 0.46 0.78
Hex D4 AD E1 6 17 0 C 11D 2E 4E
Octal 324 255 341 6 27 0 14 435 56 116
Binary 11010100 10101101 11100001 110 10111 0 1100 100011101 101110 1001110

Color Harmonies of #D4ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADE1

Black with #D4ADE1

Text Example


Text Example

White with #D4ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADE1; }

 p { color: rgb(212,173,225); }

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

background-color css

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

 a { background-color: rgb(212,173,225); }

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

border-color css

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

 span { border-color: rgb(212,173,225); }

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