Html Css Color HEX #DFB2EB Mauve

📋 copy color: '#DFB2EB'

red 223 ◦ green 178 ◦ blue 235

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

Shades of Mauve #DFB2EB

Tints of Mauve #DFB2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.95%

R = 35.06%
G = 27.99%
B = 36.95%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DFB2EB (or 0xDFB2EB) is known color: Mauve. HEX triplet: DF, B2 and EB. RGB value is (223,178,235). Sum of RGB (Red+Green+Blue) = 223+178+235=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFB2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2EB is #204D14. Grayscale: #C5C5C5. Windows color (decimal): -2116885 or 15446751. OLE color: 15446751.

HSL color Cylindrical-coordinate representation of color #DFB2EB: hue angle of 287.37º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB2EB is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 178 235 -
CMYK 0.05 0.24 0 0.08
HSL 287.37º 0.59% 0.81% -
HSV(B) 287.37º 0.24% 0.92% -
XYZ 61.35 53.53 85.7 -
YUV 197.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 223 178 235 0.05 0.24 0 0.08 287.37 0.59 0.81
Hex DF B2 EB 5 18 0 8 11F 3B 51
Octal 337 262 353 5 30 0 10 437 73 121
Binary 11011111 10110010 11101011 101 11000 0 1000 100011111 111011 1010001

Color Harmonies of #DFB2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB2EB

Black with #DFB2EB

Text Example


Text Example

White with #DFB2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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