Html Css Color HEX #DFB6FF Mauve

📋 copy color: '#DFB6FF'

red 223 ◦ green 182 ◦ blue 255

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

Shades of Mauve #DFB6FF

Tints of Mauve #DFB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 27.58%

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

R = 33.79%
G = 27.58%
B = 38.64%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DFB6FF (or 0xDFB6FF) is known color: Mauve. HEX triplet: DF, B6 and FF. RGB value is (223,182,255). Sum of RGB (Red+Green+Blue) = 223+182+255=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 182 (71.48% from 255 or 27.58% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB6FF is #204900. Grayscale: #CACACA. Windows color (decimal): -2115841 or 16758495. OLE color: 16758495.

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

Color convert

RGB 223 182 255 -
CMYK 0.13 0.29 0 0
HSL 273.7º 1% 0.86% -
HSV(B) 273.7º 0.29% 1% -
XYZ 65.21 56.36 102.05 -
YUV 202.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 223 182 255 0.13 0.29 0 0 273.7 1 0.86
Hex DF B6 FF D 1D 0 0 112 64 56
Octal 337 266 377 15 35 0 0 422 144 126
Binary 11011111 10110110 11111111 1101 11101 0 0 100010010 1100100 1010110

Color Harmonies of #DFB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6FF

Black with #DFB6FF

Text Example


Text Example

White with #DFB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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