Html Css Color HEX #D3AEDB Prelude

📋 copy color: '#D3AEDB'

red 211 ◦ green 174 ◦ blue 219

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

Shades of Prelude #D3AEDB

Tints of Prelude #D3AEDB

RGB

 RED value IS 211 (82.81% from 255) = 34.93%

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

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

R = 34.93%
G = 28.81%
B = 36.26%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3AEDB (or 0xD3AEDB) is known color: Prelude. HEX triplet: D3, AE and DB. RGB value is (211,174,219). Sum of RGB (Red+Green+Blue) = 211+174+219=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AEDB is #2C5124. Grayscale: #BEBEBE. Windows color (decimal): -2904357 or 14397139. OLE color: 14397139.

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

Color convert

RGB 211 174 219 -
CMYK 0.04 0.21 0 0.14
HSL 289.33º 0.38% 0.77% -
HSV(B) 289.33º 0.21% 0.86% -
XYZ 54.79 49.24 73.63 -
YUV 190.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 211 174 219 0.04 0.21 0 0.14 289.33 0.38 0.77
Hex D3 AE DB 4 15 0 E 121 26 4D
Octal 323 256 333 4 25 0 16 441 46 115
Binary 11010011 10101110 11011011 100 10101 0 1110 100100001 100110 1001101

Color Harmonies of #D3AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEDB

Black with #D3AEDB

Text Example


Text Example

White with #D3AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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