Html Css Color HEX #DFAEEB Plum

📋 copy color: '#DFAEEB'

red 223 ◦ green 174 ◦ blue 235

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

Shades of Plum #DFAEEB

Tints of Plum #DFAEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.18%

R = 35.28%
G = 27.53%
B = 37.18%

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

#DFAEEB (or 0xDFAEEB) is known color: Plum. HEX triplet: DF, AE and EB. RGB value is (223,174,235). Sum of RGB (Red+Green+Blue) = 223+174+235=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFAEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAEEB is #205114. Grayscale: #C3C3C3. Windows color (decimal): -2117909 or 15445727. OLE color: 15445727.

HSL color Cylindrical-coordinate representation of color #DFAEEB: hue angle of 288.2º degrees, saturation: 0.6, 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 #DFAEEB is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 174 235 -
CMYK 0.05 0.26 0 0.08
HSL 288.2º 0.6% 0.8% -
HSV(B) 288.2º 0.26% 0.92% -
XYZ 60.56 51.96 85.43 -
YUV 195.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 223 174 235 0.05 0.26 0 0.08 288.2 0.6 0.8
Hex DF AE EB 5 1A 0 8 120 3C 50
Octal 337 256 353 5 32 0 10 440 74 120
Binary 11011111 10101110 11101011 101 11010 0 1000 100100000 111100 1010000

Color Harmonies of #DFAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAEEB

Black with #DFAEEB

Text Example


Text Example

White with #DFAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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