Html Css Color HEX #D4ADE0 Prelude

📋 copy color: '#D4ADE0'

red 212 ◦ green 173 ◦ blue 224

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

Shades of Prelude #D4ADE0

Tints of Prelude #D4ADE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.78%

R = 34.81%
G = 28.41%
B = 36.78%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D4ADE0 (or 0xD4ADE0) is known color: Prelude. HEX triplet: D4, AD and E0. RGB value is (212,173,224). Sum of RGB (Red+Green+Blue) = 212+173+224=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #D4ADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADE0 is #2B521F. Grayscale: #BEBEBE. Windows color (decimal): -2839072 or 14724564. OLE color: 14724564.

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

Color convert

RGB 212 173 224 -
CMYK 0.05 0.23 0 0.12
HSL 285.88º 0.45% 0.78% -
HSV(B) 285.88º 0.23% 0.88% -
XYZ 55.55 49.27 77.1 -
YUV 190.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 212 173 224 0.05 0.23 0 0.12 285.88 0.45 0.78
Hex D4 AD E0 5 17 0 C 11E 2D 4E
Octal 324 255 340 5 27 0 14 436 55 116
Binary 11010100 10101101 11100000 101 10111 0 1100 100011110 101101 1001110

Color Harmonies of #D4ADE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADE0

Black with #D4ADE0

Text Example


Text Example

White with #D4ADE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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