Html Css Color HEX #D4AEDB Prelude

📋 copy color: '#D4AEDB'

red 212 ◦ green 174 ◦ blue 219

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

Shades of Prelude #D4AEDB

Tints of Prelude #D4AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.76%

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 35.04%
G = 28.76%
B = 36.2%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4AEDB (or 0xD4AEDB) is known color: Prelude. HEX triplet: D4, AE and DB. RGB value is (212,174,219). Sum of RGB (Red+Green+Blue) = 212+174+219=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AEDB is #2B5124. Grayscale: #BEBEBE. Windows color (decimal): -2838821 or 14397140. OLE color: 14397140.

HSL color Cylindrical-coordinate representation of color #D4AEDB: hue angle of 290.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4AEDB is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 174 219 -
CMYK 0.03 0.21 0 0.14
HSL 290.67º 0.38% 0.77% -
HSV(B) 290.67º 0.21% 0.86% -
XYZ 55.07 49.38 73.65 -
YUV 190.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 212 174 219 0.03 0.21 0 0.14 290.67 0.38 0.77
Hex D4 AE DB 3 15 0 E 123 26 4D
Octal 324 256 333 3 25 0 16 443 46 115
Binary 11010100 10101110 11011011 11 10101 0 1110 100100011 100110 1001101

Color Harmonies of #D4AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AEDB

Black with #D4AEDB

Text Example


Text Example

White with #D4AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AEDB; }

 p { color: rgb(212,174,219); }

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

background-color css

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

 a { background-color: rgb(212,174,219); }

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

border-color css

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

 span { border-color: rgb(212,174,219); }

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