Html Css Color HEX #DCBEFD Mauve

📋 copy color: '#DCBEFD'

red 220 ◦ green 190 ◦ blue 253

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

Shades of Mauve #DCBEFD

Tints of Mauve #DCBEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 28.66%

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

R = 33.18%
G = 28.66%
B = 38.16%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DCBEFD (or 0xDCBEFD) is known color: Mauve. HEX triplet: DC, BE and FD. RGB value is (220,190,253). Sum of RGB (Red+Green+Blue) = 220+190+253=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 190 (74.61% from 255 or 28.66% 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 #DCBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEFD is #234102. Grayscale: #CDCDCD. Windows color (decimal): -2310403 or 16629468. OLE color: 16629468.

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

Color convert

RGB 220 190 253 -
CMYK 0.13 0.25 0 0.01
HSL 268.57º 0.94% 0.87% -
HSV(B) 268.57º 0.25% 0.99% -
XYZ 65.66 59.13 100.88 -
YUV 206.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 220 190 253 0.13 0.25 0 0.01 268.57 0.94 0.87
Hex DC BE FD D 19 0 1 10D 5E 57
Octal 334 276 375 15 31 0 1 415 136 127
Binary 11011100 10111110 11111101 1101 11001 0 1 100001101 1011110 1010111

Color Harmonies of #DCBEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBEFD

Black with #DCBEFD

Text Example


Text Example

White with #DCBEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBEFD; }

 p { color: rgb(220,190,253); }

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

background-color css

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

 a { background-color: rgb(220,190,253); }

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

border-color css

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

 span { border-color: rgb(220,190,253); }

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