Html Css Color HEX #DDAFE3 Plum

📋 copy color: '#DDAFE3'

red 221 ◦ green 175 ◦ blue 227

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

Shades of Plum #DDAFE3

Tints of Plum #DDAFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.44%

R = 35.47%
G = 28.09%
B = 36.44%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DDAFE3 (or 0xDDAFE3) is known color: Plum. HEX triplet: DD, AF and E3. RGB value is (221,175,227). Sum of RGB (Red+Green+Blue) = 221+175+227=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDAFE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAFE3 is #22501C. Grayscale: #C2C2C2. Windows color (decimal): -2248733 or 14921693. OLE color: 14921693.

HSL color Cylindrical-coordinate representation of color #DDAFE3: hue angle of 293.08º degrees, saturation: 0.48, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDAFE3 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 175 227 -
CMYK 0.03 0.23 0 0.11
HSL 293.08º 0.48% 0.79% -
HSV(B) 293.08º 0.23% 0.89% -
XYZ 59.01 51.58 79.52 -
YUV 194.68 146.24 146.77 -
System Red Green Blue C M Y K H S L
Decimal 221 175 227 0.03 0.23 0 0.11 293.08 0.48 0.79
Hex DD AF E3 3 17 0 B 125 30 4F
Octal 335 257 343 3 27 0 13 445 60 117
Binary 11011101 10101111 11100011 11 10111 0 1011 100100101 110000 1001111

Color Harmonies of #DDAFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAFE3

Black with #DDAFE3

Text Example


Text Example

White with #DDAFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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