Html Css Color HEX #DFADFF Mauve

📋 copy color: '#DFADFF'

red 223 ◦ green 173 ◦ blue 255

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

Shades of Mauve #DFADFF

Tints of Mauve #DFADFF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.57%

 BLUE value IS 255 (100% from 255) = 39.17%

R = 34.25%
G = 26.57%
B = 39.17%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFADFF (or 0xDFADFF) is known color: Mauve. HEX triplet: DF, AD and FF. RGB value is (223,173,255). Sum of RGB (Red+Green+Blue) = 223+173+255=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 173 (67.97% from 255 or 26.57% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFADFF is #205200. Grayscale: #C5C5C5. Windows color (decimal): -2118145 or 16756191. OLE color: 16756191.

HSL color Cylindrical-coordinate representation of color #DFADFF: hue angle of 276.59º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFADFF is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 223 173 255 -
CMYK 0.13 0.32 0 0
HSL 276.59º 1% 0.84% -
HSV(B) 276.59º 0.32% 1% -
XYZ 63.43 52.8 101.46 -
YUV 197.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 223 173 255 0.13 0.32 0 0 276.59 1 0.84
Hex DF AD FF D 20 0 0 115 64 54
Octal 337 255 377 15 40 0 0 425 144 124
Binary 11011111 10101101 11111111 1101 100000 0 0 100010101 1100100 1010100

Color Harmonies of #DFADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFADFF

Black with #DFADFF

Text Example


Text Example

White with #DFADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFADFF; }

 p { color: rgb(223,173,255); }

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

background-color css

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

 a { background-color: rgb(223,173,255); }

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

border-color css

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

 span { border-color: rgb(223,173,255); }

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