Html Css Color HEX #DFC0EF Mauve

📋 copy color: '#DFC0EF'

red 223 ◦ green 192 ◦ blue 239

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

Shades of Mauve #DFC0EF

Tints of Mauve #DFC0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.36%

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

R = 34.1%
G = 29.36%
B = 36.54%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DFC0EF (or 0xDFC0EF) is known color: Mauve. HEX triplet: DF, C0 and EF. RGB value is (223,192,239). Sum of RGB (Red+Green+Blue) = 223+192+239=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFC0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0EF is #203F10. Grayscale: #CECECE. Windows color (decimal): -2113297 or 15712479. OLE color: 15712479.

HSL color Cylindrical-coordinate representation of color #DFC0EF: hue angle of 279.57º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC0EF is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 192 239 -
CMYK 0.07 0.20 0 0.06
HSL 279.57º 0.59% 0.85% -
HSV(B) 279.57º 0.2% 0.94% -
XYZ 64.86 59.62 89.75 -
YUV 206.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 223 192 239 0.07 0.20 0 0.06 279.57 0.59 0.85
Hex DF C0 EF 7 14 0 6 118 3B 55
Octal 337 300 357 7 24 0 6 430 73 125
Binary 11011111 11000000 11101111 111 10100 0 110 100011000 111011 1010101

Color Harmonies of #DFC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC0EF

Black with #DFC0EF

Text Example


Text Example

White with #DFC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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