Html Css Color HEX #DFC2F5 Mauve

📋 copy color: '#DFC2F5'

red 223 ◦ green 194 ◦ blue 245

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

Shades of Mauve #DFC2F5

Tints of Mauve #DFC2F5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.31%

 BLUE value IS 245 (96.09% from 255) = 37.01%

R = 33.69%
G = 29.31%
B = 37.01%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DFC2F5 (or 0xDFC2F5) is known color: Mauve. HEX triplet: DF, C2 and F5. RGB value is (223,194,245). Sum of RGB (Red+Green+Blue) = 223+194+245=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 194 (76.17% from 255 or 29.31% from 662); Blue value is 245 (96.09% from 255 or 37.01% from 662); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFC2F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC2F5 is #203D0A. Grayscale: #D0D0D0. Windows color (decimal): -2112779 or 16106207. OLE color: 16106207.

HSL color Cylindrical-coordinate representation of color #DFC2F5: hue angle of 274.12º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC2F5 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 223 194 245 -
CMYK 0.09 0.21 0 0.04
HSL 274.12º 0.72% 0.86% -
HSV(B) 274.12º 0.21% 0.96% -
XYZ 66.2 60.86 94.64 -
YUV 208.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 223 194 245 0.09 0.21 0 0.04 274.12 0.72 0.86
Hex DF C2 F5 9 15 0 4 112 48 56
Octal 337 302 365 11 25 0 4 422 110 126
Binary 11011111 11000010 11110101 1001 10101 0 100 100010010 1001000 1010110

Color Harmonies of #DFC2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC2F5

Black with #DFC2F5

Text Example


Text Example

White with #DFC2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC2F5; }

 p { color: rgb(223,194,245); }

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

background-color css

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

 a { background-color: rgb(223,194,245); }

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

border-color css

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

 span { border-color: rgb(223,194,245); }

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