Html Css Color HEX #DFC5FF Mauve

📋 copy color: '#DFC5FF'

red 223 ◦ green 197 ◦ blue 255

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

Shades of Mauve #DFC5FF

Tints of Mauve #DFC5FF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.19%

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

R = 33.04%
G = 29.19%
B = 37.78%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFC5FF (or 0xDFC5FF) is known color: Mauve. HEX triplet: DF, C5 and FF. RGB value is (223,197,255). Sum of RGB (Red+Green+Blue) = 223+197+255=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 197 (77.34% from 255 or 29.19% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC5FF is #203A00. Grayscale: #D3D3D3. Windows color (decimal): -2112001 or 16762335. OLE color: 16762335.

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

Color convert

RGB 223 197 255 -
CMYK 0.13 0.23 0 0
HSL 266.9º 1% 0.89% -
HSV(B) 266.9º 0.23% 1% -
XYZ 68.45 62.84 103.13 -
YUV 211.39 152.61 136.28 -
System Red Green Blue C M Y K H S L
Decimal 223 197 255 0.13 0.23 0 0 266.9 1 0.89
Hex DF C5 FF D 17 0 0 10B 64 59
Octal 337 305 377 15 27 0 0 413 144 131
Binary 11011111 11000101 11111111 1101 10111 0 0 100001011 1100100 1011001

Color Harmonies of #DFC5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC5FF

Black with #DFC5FF

Text Example


Text Example

White with #DFC5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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