Html Css Color HEX #DFAEE2 Plum

📋 copy color: '#DFAEE2'

red 223 ◦ green 174 ◦ blue 226

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

Shades of Plum #DFAEE2

Tints of Plum #DFAEE2

RGB

 RED value IS 223 (87.5% from 255) = 35.79%

 GREEN value IS 174 (68.36% from 255) = 27.93%

 BLUE value IS 226 (88.67% from 255) = 36.28%

R = 35.79%
G = 27.93%
B = 36.28%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFAEE2 (or 0xDFAEE2) is known color: Plum. HEX triplet: DF, AE and E2. RGB value is (223,174,226). Sum of RGB (Red+Green+Blue) = 223+174+226=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFAEE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEE2 is #20511D. Grayscale: #C2C2C2. Windows color (decimal): -2117918 or 14855903. OLE color: 14855903.

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

Color convert

RGB 223 174 226 -
CMYK 0.01 0.23 0 0.11
HSL 296.54º 0.47% 0.78% -
HSV(B) 296.54º 0.23% 0.89% -
XYZ 59.29 51.45 78.76 -
YUV 194.58 145.73 148.27 -
System Red Green Blue C M Y K H S L
Decimal 223 174 226 0.01 0.23 0 0.11 296.54 0.47 0.78
Hex DF AE E2 1 17 0 B 129 2F 4E
Octal 337 256 342 1 27 0 13 451 57 116
Binary 11011111 10101110 11100010 1 10111 0 1011 100101001 101111 1001110

Color Harmonies of #DFAEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAEE2

Black with #DFAEE2

Text Example


Text Example

White with #DFAEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAEE2; }

 p { color: rgb(223,174,226); }

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

background-color css

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

 a { background-color: rgb(223,174,226); }

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

border-color css

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

 span { border-color: rgb(223,174,226); }

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