Html Css Color HEX #DFAEEA Plum

📋 copy color: '#DFAEEA'

red 223 ◦ green 174 ◦ blue 234

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

Shades of Plum #DFAEEA

Tints of Plum #DFAEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.08%

R = 35.34%
G = 27.58%
B = 37.08%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFAEEA (or 0xDFAEEA) is known color: Plum. HEX triplet: DF, AE and EA. RGB value is (223,174,234). Sum of RGB (Red+Green+Blue) = 223+174+234=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEEA is #205115. Grayscale: #C3C3C3. Windows color (decimal): -2117910 or 15380191. OLE color: 15380191.

HSL color Cylindrical-coordinate representation of color #DFAEEA: hue angle of 289º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFAEEA is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 174 234 -
CMYK 0.05 0.26 0 0.08
HSL 289º 0.59% 0.8% -
HSV(B) 289º 0.26% 0.92% -
XYZ 60.42 51.9 84.68 -
YUV 195.49 149.73 147.62 -
System Red Green Blue C M Y K H S L
Decimal 223 174 234 0.05 0.26 0 0.08 289 0.59 0.8
Hex DF AE EA 5 1A 0 8 121 3B 50
Octal 337 256 352 5 32 0 10 441 73 120
Binary 11011111 10101110 11101010 101 11010 0 1000 100100001 111011 1010000

Color Harmonies of #DFAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAEEA

Black with #DFAEEA

Text Example


Text Example

White with #DFAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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