Html Css Color HEX #DFB5FB Mauve

📋 copy color: '#DFB5FB'

red 223 ◦ green 181 ◦ blue 251

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

Shades of Mauve #DFB5FB

Tints of Mauve #DFB5FB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.63%

 BLUE value IS 251 (98.44% from 255) = 38.32%

R = 34.05%
G = 27.63%
B = 38.32%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFB5FB (or 0xDFB5FB) is known color: Mauve. HEX triplet: DF, B5 and FB. RGB value is (223,181,251). Sum of RGB (Red+Green+Blue) = 223+181+251=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFB5FB is #204A04. Grayscale: #C9C9C9. Windows color (decimal): -2116101 or 16496095. OLE color: 16496095.

HSL color Cylindrical-coordinate representation of color #DFB5FB: hue angle of 276º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFB5FB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 181 251 -
CMYK 0.11 0.28 0 0.02
HSL 276º 0.9% 0.85% -
HSV(B) 276º 0.28% 0.98% -
XYZ 64.37 55.7 98.63 -
YUV 201.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 223 181 251 0.11 0.28 0 0.02 276 0.9 0.85
Hex DF B5 FB B 1C 0 2 114 5A 55
Octal 337 265 373 13 34 0 2 424 132 125
Binary 11011111 10110101 11111011 1011 11100 0 10 100010100 1011010 1010101

Color Harmonies of #DFB5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB5FB

Black with #DFB5FB

Text Example


Text Example

White with #DFB5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB5FB; }

 p { color: rgb(223,181,251); }

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

background-color css

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

 a { background-color: rgb(223,181,251); }

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

border-color css

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

 span { border-color: rgb(223,181,251); }

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