Html Css Color HEX #DFAFEB Mauve

📋 copy color: '#DFAFEB'

red 223 ◦ green 175 ◦ blue 235

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

Shades of Mauve #DFAFEB

Tints of Mauve #DFAFEB

RGB

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

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

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

R = 35.23%
G = 27.65%
B = 37.12%

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

#DFAFEB (or 0xDFAFEB) is known color: Mauve. HEX triplet: DF, AF and EB. RGB value is (223,175,235). Sum of RGB (Red+Green+Blue) = 223+175+235=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 175 (68.75% from 255 or 27.65% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFEB is #205014. Grayscale: #C3C3C3. Windows color (decimal): -2117653 or 15445983. OLE color: 15445983.

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

Color convert

RGB 223 175 235 -
CMYK 0.05 0.26 0 0.08
HSL 288º 0.6% 0.8% -
HSV(B) 288º 0.26% 0.92% -
XYZ 60.76 52.35 85.5 -
YUV 196.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 223 175 235 0.05 0.26 0 0.08 288 0.6 0.8
Hex DF AF EB 5 1A 0 8 120 3C 50
Octal 337 257 353 5 32 0 10 440 74 120
Binary 11011111 10101111 11101011 101 11010 0 1000 100100000 111100 1010000

Color Harmonies of #DFAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFEB

Black with #DFAFEB

Text Example


Text Example

White with #DFAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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