Html Css Color HEX #DFBBFD Mauve

📋 copy color: '#DFBBFD'

red 223 ◦ green 187 ◦ blue 253

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

Shades of Mauve #DFBBFD

Tints of Mauve #DFBBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.16%

R = 33.63%
G = 28.21%
B = 38.16%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DFBBFD (or 0xDFBBFD) is known color: Mauve. HEX triplet: DF, BB and FD. RGB value is (223,187,253). Sum of RGB (Red+Green+Blue) = 223+187+253=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFD is #204402. Grayscale: #CDCDCD. Windows color (decimal): -2114563 or 16628703. OLE color: 16628703.

HSL color Cylindrical-coordinate representation of color #DFBBFD: hue angle of 272.73º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFBBFD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 187 253 -
CMYK 0.12 0.26 0 0.01
HSL 272.73º 0.94% 0.86% -
HSV(B) 272.73º 0.26% 0.99% -
XYZ 65.93 58.32 100.71 -
YUV 205.29 154.93 140.63 -
System Red Green Blue C M Y K H S L
Decimal 223 187 253 0.12 0.26 0 0.01 272.73 0.94 0.86
Hex DF BB FD C 1A 0 1 111 5E 56
Octal 337 273 375 14 32 0 1 421 136 126
Binary 11011111 10111011 11111101 1100 11010 0 1 100010001 1011110 1010110

Color Harmonies of #DFBBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBBFD

Black with #DFBBFD

Text Example


Text Example

White with #DFBBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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