Html Css Color HEX #DDAFE1 Plum

📋 copy color: '#DDAFE1'

red 221 ◦ green 175 ◦ blue 225

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

Shades of Plum #DDAFE1

Tints of Plum #DDAFE1

RGB

 RED value IS 221 (86.72% from 255) = 35.59%

 GREEN value IS 175 (68.75% from 255) = 28.18%

 BLUE value IS 225 (88.28% from 255) = 36.23%

R = 35.59%
G = 28.18%
B = 36.23%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DDAFE1 (or 0xDDAFE1) is known color: Plum. HEX triplet: DD, AF and E1. RGB value is (221,175,225). Sum of RGB (Red+Green+Blue) = 221+175+225=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE1 is #22501E. Grayscale: #C2C2C2. Windows color (decimal): -2248735 or 14790621. OLE color: 14790621.

HSL color Cylindrical-coordinate representation of color #DDAFE1: hue angle of 295.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDAFE1 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 175 225 -
CMYK 0.02 0.22 0 0.12
HSL 295.2º 0.45% 0.78% -
HSV(B) 295.2º 0.22% 0.88% -
XYZ 58.74 51.47 78.07 -
YUV 194.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 221 175 225 0.02 0.22 0 0.12 295.2 0.45 0.78
Hex DD AF E1 2 16 0 C 127 2D 4E
Octal 335 257 341 2 26 0 14 447 55 116
Binary 11011101 10101111 11100001 10 10110 0 1100 100100111 101101 1001110

Color Harmonies of #DDAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFE1

Black with #DDAFE1

Text Example


Text Example

White with #DDAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFE1; }

 p { color: rgb(221,175,225); }

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

background-color css

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

 a { background-color: rgb(221,175,225); }

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

border-color css

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

 span { border-color: rgb(221,175,225); }

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