Html Css Color HEX #DDAFE5 Plum

📋 copy color: '#DDAFE5'

red 221 ◦ green 175 ◦ blue 229

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

Shades of Plum #DDAFE5

Tints of Plum #DDAFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.64%

R = 35.36%
G = 28%
B = 36.64%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DDAFE5 (or 0xDDAFE5) is known color: Plum. HEX triplet: DD, AF and E5. RGB value is (221,175,229). Sum of RGB (Red+Green+Blue) = 221+175+229=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE5 is #22501A. Grayscale: #C2C2C2. Windows color (decimal): -2248731 or 15052765. OLE color: 15052765.

HSL color Cylindrical-coordinate representation of color #DDAFE5: hue angle of 291.11º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDAFE5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 175 229 -
CMYK 0.03 0.24 0 0.10
HSL 291.11º 0.51% 0.79% -
HSV(B) 291.11º 0.24% 0.9% -
XYZ 59.29 51.69 80.98 -
YUV 194.91 147.24 146.61 -
System Red Green Blue C M Y K H S L
Decimal 221 175 229 0.03 0.24 0 0.10 291.11 0.51 0.79
Hex DD AF E5 3 18 0 A 123 33 4F
Octal 335 257 345 3 30 0 12 443 63 117
Binary 11011101 10101111 11100101 11 11000 0 1010 100100011 110011 1001111

Color Harmonies of #DDAFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFE5

Black with #DDAFE5

Text Example


Text Example

White with #DDAFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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