Html Css Color HEX #D1AEDB Prelude

📋 copy color: '#D1AEDB'

red 209 ◦ green 174 ◦ blue 219

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

Shades of Prelude #D1AEDB

Tints of Prelude #D1AEDB

RGB

 RED value IS 209 (82.03% from 255) = 34.72%

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

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

R = 34.72%
G = 28.9%
B = 36.38%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D1AEDB (or 0xD1AEDB) is known color: Prelude. HEX triplet: D1, AE and DB. RGB value is (209,174,219). Sum of RGB (Red+Green+Blue) = 209+174+219=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AEDB is #2E5124. Grayscale: #BDBDBD. Windows color (decimal): -3035429 or 14397137. OLE color: 14397137.

HSL color Cylindrical-coordinate representation of color #D1AEDB: hue angle of 286.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 #D1AEDB is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 174 219 -
CMYK 0.05 0.21 0 0.14
HSL 286.67º 0.38% 0.77% -
HSV(B) 286.67º 0.21% 0.86% -
XYZ 54.22 48.94 73.61 -
YUV 189.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 209 174 219 0.05 0.21 0 0.14 286.67 0.38 0.77
Hex D1 AE DB 5 15 0 E 11F 26 4D
Octal 321 256 333 5 25 0 16 437 46 115
Binary 11010001 10101110 11011011 101 10101 0 1110 100011111 100110 1001101

Color Harmonies of #D1AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AEDB

Black with #D1AEDB

Text Example


Text Example

White with #D1AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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