Html Css Color HEX #D7ADDF Plum

📋 copy color: '#D7ADDF'

red 215 ◦ green 173 ◦ blue 223

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

Shades of Plum #D7ADDF

Tints of Plum #D7ADDF

RGB

 RED value IS 215 (84.38% from 255) = 35.19%

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

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 35.19%
G = 28.31%
B = 36.5%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7ADDF (or 0xD7ADDF) is known color: Plum. HEX triplet: D7, AD and DF. RGB value is (215,173,223). Sum of RGB (Red+Green+Blue) = 215+173+223=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #D7ADDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADDF is #285220. Grayscale: #BFBFBF. Windows color (decimal): -2642465 or 14659031. OLE color: 14659031.

HSL color Cylindrical-coordinate representation of color #D7ADDF: hue angle of 290.4º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7ADDF is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 173 223 -
CMYK 0.04 0.22 0 0.13
HSL 290.4º 0.44% 0.78% -
HSV(B) 290.4º 0.22% 0.87% -
XYZ 56.29 49.66 76.43 -
YUV 191.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 215 173 223 0.04 0.22 0 0.13 290.4 0.44 0.78
Hex D7 AD DF 4 16 0 D 122 2C 4E
Octal 327 255 337 4 26 0 15 442 54 116
Binary 11010111 10101101 11011111 100 10110 0 1101 100100010 101100 1001110

Color Harmonies of #D7ADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ADDF

Black with #D7ADDF

Text Example


Text Example

White with #D7ADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ADDF; }

 p { color: rgb(215,173,223); }

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

background-color css

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

 a { background-color: rgb(215,173,223); }

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

border-color css

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

 span { border-color: rgb(215,173,223); }

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