Html Css Color HEX #DFAEE3 Plum

📋 copy color: '#DFAEE3'

red 223 ◦ green 174 ◦ blue 227

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

Shades of Plum #DFAEE3

Tints of Plum #DFAEE3

RGB

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

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

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

R = 35.74%
G = 27.88%
B = 36.38%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFAEE3 (or 0xDFAEE3) is known color: Plum. HEX triplet: DF, AE and E3. RGB value is (223,174,227). Sum of RGB (Red+Green+Blue) = 223+174+227=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 227 (89.06% from 255 or 36.38% from 624); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFAEE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAEE3 is #20511C. Grayscale: #C2C2C2. Windows color (decimal): -2117917 or 14921439. OLE color: 14921439.

HSL color Cylindrical-coordinate representation of color #DFAEE3: hue angle of 295.47º degrees, saturation: 0.49, 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 #DFAEE3 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 174 227 -
CMYK 0.02 0.23 0 0.11
HSL 295.47º 0.49% 0.79% -
HSV(B) 295.47º 0.23% 0.89% -
XYZ 59.43 51.51 79.48 -
YUV 194.69 146.23 148.19 -
System Red Green Blue C M Y K H S L
Decimal 223 174 227 0.02 0.23 0 0.11 295.47 0.49 0.79
Hex DF AE E3 2 17 0 B 127 31 4F
Octal 337 256 343 2 27 0 13 447 61 117
Binary 11011111 10101110 11100011 10 10111 0 1011 100100111 110001 1001111

Color Harmonies of #DFAEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAEE3

Black with #DFAEE3

Text Example


Text Example

White with #DFAEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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