Html Css Color HEX #DCBCFA Mauve

📋 copy color: '#DCBCFA'

red 220 ◦ green 188 ◦ blue 250

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

Shades of Mauve #DCBCFA

Tints of Mauve #DCBCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 28.57%

 BLUE value IS 250 (98.05% from 255) = 37.99%

R = 33.43%
G = 28.57%
B = 37.99%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DCBCFA (or 0xDCBCFA) is known color: Mauve. HEX triplet: DC, BC and FA. RGB value is (220,188,250). Sum of RGB (Red+Green+Blue) = 220+188+250=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCBCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCFA is #234305. Grayscale: #CCCCCC. Windows color (decimal): -2310918 or 16432348. OLE color: 16432348.

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

Color convert

RGB 220 188 250 -
CMYK 0.12 0.25 0 0.02
HSL 270.97º 0.86% 0.86% -
HSV(B) 270.97º 0.25% 0.98% -
XYZ 64.75 58.08 98.24 -
YUV 204.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 220 188 250 0.12 0.25 0 0.02 270.97 0.86 0.86
Hex DC BC FA C 19 0 2 10F 56 56
Octal 334 274 372 14 31 0 2 417 126 126
Binary 11011100 10111100 11111010 1100 11001 0 10 100001111 1010110 1010110

Color Harmonies of #DCBCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCFA

Black with #DCBCFA

Text Example


Text Example

White with #DCBCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCFA; }

 p { color: rgb(220,188,250); }

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

background-color css

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

 a { background-color: rgb(220,188,250); }

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

border-color css

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

 span { border-color: rgb(220,188,250); }

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