Html Css Color HEX #DFAFEF Mauve

📋 copy color: '#DFAFEF'

red 223 ◦ green 175 ◦ blue 239

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

Shades of Mauve #DFAFEF

Tints of Mauve #DFAFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.52%

R = 35.01%
G = 27.47%
B = 37.52%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFAFEF (or 0xDFAFEF) is known color: Mauve. HEX triplet: DF, AF and EF. RGB value is (223,175,239). Sum of RGB (Red+Green+Blue) = 223+175+239=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 175 (68.75% from 255 or 27.47% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFAFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAFEF is #205010. Grayscale: #C4C4C4. Windows color (decimal): -2117649 or 15708127. OLE color: 15708127.

HSL color Cylindrical-coordinate representation of color #DFAFEF: hue angle of 285º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAFEF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 175 239 -
CMYK 0.07 0.27 0 0.06
HSL 285º 0.67% 0.81% -
HSV(B) 285º 0.27% 0.94% -
XYZ 61.34 52.58 88.58 -
YUV 196.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 223 175 239 0.07 0.27 0 0.06 285 0.67 0.81
Hex DF AF EF 7 1B 0 6 11D 43 51
Octal 337 257 357 7 33 0 6 435 103 121
Binary 11011111 10101111 11101111 111 11011 0 110 100011101 1000011 1010001

Color Harmonies of #DFAFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAFEF

Black with #DFAFEF

Text Example


Text Example

White with #DFAFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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