Html Css Color HEX #D3ADDC Prelude

📋 copy color: '#D3ADDC'

red 211 ◦ green 173 ◦ blue 220

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

Shades of Prelude #D3ADDC

Tints of Prelude #D3ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 34.93%
G = 28.64%
B = 36.42%

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

#D3ADDC (or 0xD3ADDC) is known color: Prelude. HEX triplet: D3, AD and DC. RGB value is (211,173,220). Sum of RGB (Red+Green+Blue) = 211+173+220=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #D3ADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADDC is #2C5223. Grayscale: #BDBDBD. Windows color (decimal): -2904612 or 14462419. OLE color: 14462419.

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

Color convert

RGB 211 173 220 -
CMYK 0.04 0.21 0 0.14
HSL 288.51º 0.4% 0.77% -
HSV(B) 288.51º 0.21% 0.86% -
XYZ 54.73 48.9 74.27 -
YUV 189.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 211 173 220 0.04 0.21 0 0.14 288.51 0.4 0.77
Hex D3 AD DC 4 15 0 E 121 28 4D
Octal 323 255 334 4 25 0 16 441 50 115
Binary 11010011 10101101 11011100 100 10101 0 1110 100100001 101000 1001101

Color Harmonies of #D3ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADDC

Black with #D3ADDC

Text Example


Text Example

White with #D3ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADDC; }

 p { color: rgb(211,173,220); }

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

background-color css

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

 a { background-color: rgb(211,173,220); }

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

border-color css

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

 span { border-color: rgb(211,173,220); }

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