Html Css Color HEX #DCBFFE Mauve

📋 copy color: '#DCBFFE'

red 220 ◦ green 191 ◦ blue 254

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

Shades of Mauve #DCBFFE

Tints of Mauve #DCBFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.2%

R = 33.08%
G = 28.72%
B = 38.2%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DCBFFE (or 0xDCBFFE) is known color: Mauve. HEX triplet: DC, BF and FE. RGB value is (220,191,254). Sum of RGB (Red+Green+Blue) = 220+191+254=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 191 (75% from 255 or 28.72% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCBFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFFE is #234001. Grayscale: #CECECE. Windows color (decimal): -2310146 or 16695260. OLE color: 16695260.

HSL color Cylindrical-coordinate representation of color #DCBFFE: hue angle of 267.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBFFE is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 191 254 -
CMYK 0.13 0.25 0 0.00
HSL 267.62º 0.97% 0.87% -
HSV(B) 267.62º 0.25% 1% -
XYZ 66.04 59.63 101.8 -
YUV 206.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 220 191 254 0.13 0.25 0 0.00 267.62 0.97 0.87
Hex DC BF FE D 19 0 0 10C 61 57
Octal 334 277 376 15 31 0 0 414 141 127
Binary 11011100 10111111 11111110 1101 11001 0 0 100001100 1100001 1010111

Color Harmonies of #DCBFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBFFE

Black with #DCBFFE

Text Example


Text Example

White with #DCBFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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