Html Css Color HEX #DFB2FA Mauve

📋 copy color: '#DFB2FA'

red 223 ◦ green 178 ◦ blue 250

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

Shades of Mauve #DFB2FA

Tints of Mauve #DFB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.34%

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 34.25%
G = 27.34%
B = 38.4%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFB2FA (or 0xDFB2FA) is known color: Mauve. HEX triplet: DF, B2 and FA. RGB value is (223,178,250). Sum of RGB (Red+Green+Blue) = 223+178+250=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 178 (69.92% from 255 or 27.34% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFB2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2FA is #204D05. Grayscale: #C7C7C7. Windows color (decimal): -2116870 or 16429791. OLE color: 16429791.

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

Color convert

RGB 223 178 250 -
CMYK 0.11 0.29 0 0.02
HSL 277.5º 0.88% 0.84% -
HSV(B) 277.5º 0.29% 0.98% -
XYZ 63.61 54.43 97.6 -
YUV 199.66 156.41 144.65 -
System Red Green Blue C M Y K H S L
Decimal 223 178 250 0.11 0.29 0 0.02 277.5 0.88 0.84
Hex DF B2 FA B 1D 0 2 116 58 54
Octal 337 262 372 13 35 0 2 426 130 124
Binary 11011111 10110010 11111010 1011 11101 0 10 100010110 1011000 1010100

Color Harmonies of #DFB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2FA

Black with #DFB2FA

Text Example


Text Example

White with #DFB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2FA; }

 p { color: rgb(223,178,250); }

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

background-color css

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

 a { background-color: rgb(223,178,250); }

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

border-color css

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

 span { border-color: rgb(223,178,250); }

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