Html Css Color HEX #DCBFF9 Mauve

📋 copy color: '#DCBFF9'

red 220 ◦ green 191 ◦ blue 249

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

Shades of Mauve #DCBFF9

Tints of Mauve #DCBFF9

RGB

 RED value IS 220 (86.33% from 255) = 33.33%

 GREEN value IS 191 (75% from 255) = 28.94%

 BLUE value IS 249 (97.66% from 255) = 37.73%

R = 33.33%
G = 28.94%
B = 37.73%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCBFF9 (or 0xDCBFF9) is known color: Mauve. HEX triplet: DC, BF and F9. RGB value is (220,191,249). Sum of RGB (Red+Green+Blue) = 220+191+249=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFF9 is #234006. Grayscale: #CECECE. Windows color (decimal): -2310151 or 16367580. OLE color: 16367580.

HSL color Cylindrical-coordinate representation of color #DCBFF9: hue angle of 270º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBFF9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 191 249 -
CMYK 0.12 0.23 0 0.02
HSL 270º 0.83% 0.86% -
HSV(B) 270º 0.23% 0.98% -
XYZ 65.24 59.32 97.63 -
YUV 206.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 220 191 249 0.12 0.23 0 0.02 270 0.83 0.86
Hex DC BF F9 C 17 0 2 10E 53 56
Octal 334 277 371 14 27 0 2 416 123 126
Binary 11011100 10111111 11111001 1100 10111 0 10 100001110 1010011 1010110

Color Harmonies of #DCBFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFF9

Black with #DCBFF9

Text Example


Text Example

White with #DCBFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFF9; }

 p { color: rgb(220,191,249); }

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

background-color css

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

 a { background-color: rgb(220,191,249); }

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

border-color css

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

 span { border-color: rgb(220,191,249); }

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