Html Css Color HEX #DFBBF2 Mauve

📋 copy color: '#DFBBF2'

red 223 ◦ green 187 ◦ blue 242

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

Shades of Mauve #DFBBF2

Tints of Mauve #DFBBF2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 28.68%

 BLUE value IS 242 (94.92% from 255) = 37.12%

R = 34.2%
G = 28.68%
B = 37.12%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DFBBF2 (or 0xDFBBF2) is known color: Mauve. HEX triplet: DF, BB and F2. RGB value is (223,187,242). Sum of RGB (Red+Green+Blue) = 223+187+242=652 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.20% from 652); Green value is 187 (73.44% from 255 or 28.68% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #DFBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBF2 is #20440D. Grayscale: #CBCBCB. Windows color (decimal): -2114574 or 15907807. OLE color: 15907807.

HSL color Cylindrical-coordinate representation of color #DFBBF2: hue angle of 279.27º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFBBF2 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 223 187 242 -
CMYK 0.08 0.23 0 0.05
HSL 279.27º 0.68% 0.84% -
HSV(B) 279.27º 0.23% 0.95% -
XYZ 64.23 57.64 91.74 -
YUV 204.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 223 187 242 0.08 0.23 0 0.05 279.27 0.68 0.84
Hex DF BB F2 8 17 0 5 117 44 54
Octal 337 273 362 10 27 0 5 427 104 124
Binary 11011111 10111011 11110010 1000 10111 0 101 100010111 1000100 1010100

Color Harmonies of #DFBBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBF2

Black with #DFBBF2

Text Example


Text Example

White with #DFBBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBF2; }

 p { color: rgb(223,187,242); }

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

background-color css

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

 a { background-color: rgb(223,187,242); }

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

border-color css

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

 span { border-color: rgb(223,187,242); }

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